<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/mlir/lib/CAPI, branch users/nico/python-2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[mlir][python] Add debug helpers</title>
<updated>2025-07-04T09:59:57+00:00</updated>
<author>
<name>Nicolas Vasilache</name>
<email>nico.vasilache@amd.com</email>
</author>
<published>2025-07-04T08:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=3a632bd7deadf2150d2fb64e732cf9c52ce6c83e'/>
<id>3a632bd7deadf2150d2fb64e732cf9c52ce6c83e</id>
<content type='text'>
This PR lets users provide --debug-only flags with python decorators.
This greatly simplifies the debugging experience in python.

Co-authored-by: Tres &lt;tpopp@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR lets users provide --debug-only flags with python decorators.
This greatly simplifies the debugging experience in python.

Co-authored-by: Tres &lt;tpopp@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[mlir][python] Add utils for more pythonic context creation and registration management</title>
<updated>2025-07-04T08:51:43+00:00</updated>
<author>
<name>Nicolas Vasilache</name>
<email>nico.vasilache@amd.com</email>
</author>
<published>2025-07-04T08:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=2b8f82b2bad6b2ada988fb2b874d676aa748a35b'/>
<id>2b8f82b2bad6b2ada988fb2b874d676aa748a35b</id>
<content type='text'>
Co-authored-by: Fabian Mora &lt;fmora.dev@gmail.com
Co-authored-by: Oleksandr "Alex" Zinenko &lt;git@ozinenko.com&gt;
Co-authored-by: Tres &lt;tpopp@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Fabian Mora &lt;fmora.dev@gmail.com
Co-authored-by: Oleksandr "Alex" Zinenko &lt;git@ozinenko.com&gt;
Co-authored-by: Tres &lt;tpopp@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[MLIR][Linalg] Harden parsing Linalg named ops (#145337)</title>
<updated>2025-06-25T22:22:08+00:00</updated>
<author>
<name>Mehdi Amini</name>
<email>joker.eph@gmail.com</email>
</author>
<published>2025-06-25T22:22:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ff0dcc461474cd2cda0190490721139fa962c633'/>
<id>ff0dcc461474cd2cda0190490721139fa962c633</id>
<content type='text'>
This thread through proper error handling / reporting capabilities to
avoid hitting llvm_unreachable while parsing linalg ops.

Fixes #132755
Fixes #132740
Fixes #129185</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This thread through proper error handling / reporting capabilities to
avoid hitting llvm_unreachable while parsing linalg ops.

Fixes #132755
Fixes #132740
Fixes #129185</pre>
</div>
</content>
</entry>
<entry>
<title>[mlir][python] bind block predecessors and successors (#145116)</title>
<updated>2025-06-23T23:59:03+00:00</updated>
<author>
<name>Maksim Levental</name>
<email>maksim.levental@gmail.com</email>
</author>
<published>2025-06-23T23:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=a2aa812a31733f174cc15b1df30a1527f3f3ea9a'/>
<id>a2aa812a31733f174cc15b1df30a1527f3f3ea9a</id>
<content type='text'>
bind `block.getSuccessor` and `block.getPredecessors`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bind `block.getSuccessor` and `block.getPredecessors`.</pre>
</div>
</content>
</entry>
<entry>
<title>[MLIR][CAPI][python] expose the python binding for linalgOp.getIndexingMaps (#136054)</title>
<updated>2025-04-17T20:52:36+00:00</updated>
<author>
<name>Bangtian Liu</name>
<email>liubangtian@gmail.com</email>
</author>
<published>2025-04-17T20:52:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7119b0cfd3678a16664d07e3c7b15399c4b3a321'/>
<id>7119b0cfd3678a16664d07e3c7b15399c4b3a321</id>
<content type='text'>
This PR is mainly about exposing the python bindings for
`linalgOp.getIndexingMaps`.

---------

Signed-off-by: Bangtian Liu &lt;liubangtian@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR is mainly about exposing the python bindings for
`linalgOp.getIndexingMaps`.

---------

Signed-off-by: Bangtian Liu &lt;liubangtian@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[mlir][SMT] add python bindings (#135674)</title>
<updated>2025-04-16T22:17:09+00:00</updated>
<author>
<name>Maksim Levental</name>
<email>maksim.levental@gmail.com</email>
</author>
<published>2025-04-16T22:17:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=697aa9995c24a977425e672d76a4a434384b16e3'/>
<id>697aa9995c24a977425e672d76a4a434384b16e3</id>
<content type='text'>
This PR adds "rich" python bindings to SMT dialect.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR adds "rich" python bindings to SMT dialect.</pre>
</div>
</content>
</entry>
<entry>
<title>[mlir][SMT] C APIs (#135501)</title>
<updated>2025-04-14T19:37:14+00:00</updated>
<author>
<name>Maksim Levental</name>
<email>maksim.levental@gmail.com</email>
</author>
<published>2025-04-14T19:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9deb08a30196b5b3b3883b5c7be8c4251039bde7'/>
<id>9deb08a30196b5b3b3883b5c7be8c4251039bde7</id>
<content type='text'>
This PR upstreams/adds the C APIs for SMT dialect (from CIRCT).

---------

Co-authored-by: Bea Healy &lt;beahealy22@gmail.com&gt;
Co-authored-by: Martin Erhart &lt;maerhart@outlook.com&gt;
Co-authored-by: Mike Urbach &lt;mikeurbach@gmail.com&gt;
Co-authored-by: Will Dietz &lt;will.dietz@sifive.com&gt;
Co-authored-by: fzi-hielscher &lt;hielscher@fzi.de&gt;
Co-authored-by: Fehr Mathieu &lt;mathieu.fehr@gmail.com&gt;
Co-authored-by: Clo91eaf &lt;Clo91eaf@qq.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR upstreams/adds the C APIs for SMT dialect (from CIRCT).

---------

Co-authored-by: Bea Healy &lt;beahealy22@gmail.com&gt;
Co-authored-by: Martin Erhart &lt;maerhart@outlook.com&gt;
Co-authored-by: Mike Urbach &lt;mikeurbach@gmail.com&gt;
Co-authored-by: Will Dietz &lt;will.dietz@sifive.com&gt;
Co-authored-by: fzi-hielscher &lt;hielscher@fzi.de&gt;
Co-authored-by: Fehr Mathieu &lt;mathieu.fehr@gmail.com&gt;
Co-authored-by: Clo91eaf &lt;Clo91eaf@qq.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[mlir][CAPI][python] expose the python bindings for linalg::isaConvolutionOpInterface and linalg::inferConvolutionDims (#135253)</title>
<updated>2025-04-11T00:22:15+00:00</updated>
<author>
<name>Bangtian Liu</name>
<email>liubangtian@gmail.com</email>
</author>
<published>2025-04-11T00:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9466cbdf29306b2595303dac5b62b54cf71841b4'/>
<id>9466cbdf29306b2595303dac5b62b54cf71841b4</id>
<content type='text'>
This PR is mainly about exposing the python bindings for
`linalg::isaConvolutionOpInterface` and `linalg::inferConvolutionDims`.

---------

Signed-off-by: Bangtian Liu &lt;liubangtian@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR is mainly about exposing the python bindings for
`linalg::isaConvolutionOpInterface` and `linalg::inferConvolutionDims`.

---------

Signed-off-by: Bangtian Liu &lt;liubangtian@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[mlir][CAPI][python] expose the python bindings for linalg::isaContractionOpInterface and linalg::inferContractionDims (#134935)</title>
<updated>2025-04-10T00:01:38+00:00</updated>
<author>
<name>Bangtian Liu</name>
<email>liubangtian@gmail.com</email>
</author>
<published>2025-04-10T00:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c359f7625f4d5bacbd88c9c9d26943b7a7e45a3e'/>
<id>c359f7625f4d5bacbd88c9c9d26943b7a7e45a3e</id>
<content type='text'>
This PR is mainly about exposing the python bindings for`
linalg::isaContractionOpInterface` and` linalg::inferContractionDims`.

---------

Signed-off-by: Bangtian Liu &lt;liubangtian@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR is mainly about exposing the python bindings for`
linalg::isaContractionOpInterface` and` linalg::inferContractionDims`.

---------

Signed-off-by: Bangtian Liu &lt;liubangtian@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[mlir] Expose `simplifyAffineExpr` through python api (#133926)</title>
<updated>2025-04-01T16:28:53+00:00</updated>
<author>
<name>Ivan Butygin</name>
<email>ivan.butygin@gmail.com</email>
</author>
<published>2025-04-01T16:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=1f194ff34e4e861a18f7108c7874bccbd6459f30'/>
<id>1f194ff34e4e861a18f7108c7874bccbd6459f30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
