<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/offload/test/offloading/ompx_bare_shfl_down_sync.cpp, branch users/makslevental/ptr-dialectpython</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>[OpenMP] Remove use of '__AMDGCN_WAVEFRONT_SIZE' (#113156)</title>
<updated>2024-11-25T13:38:28+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>huberjn@outlook.com</email>
</author>
<published>2024-11-25T13:38:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=506ca19dc9d6a9f0ad47b82e71525743bbe8cf85'/>
<id>506ca19dc9d6a9f0ad47b82e71525743bbe8cf85</id>
<content type='text'>
Summary:
This is going to be deprecated in
https://github.com/llvm/llvm-project/pull/112849. This patch ports it to
use the builtin instead. This isn't a compile constant, so it could
slightly negatively affect codegen. There really should be an IR pass to
turn it into a constant if the function has known attributes.

Using the builtin is correct when we just do it for knowing the size
like we do here. Obviously guarding w32/w64 code with this check would
be broken.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
This is going to be deprecated in
https://github.com/llvm/llvm-project/pull/112849. This patch ports it to
use the builtin instead. This isn't a compile constant, so it could
slightly negatively affect codegen. There really should be an IR pass to
turn it into a constant if the function has known attributes.

Using the builtin is correct when we just do it for knowing the size
like we do here. Obviously guarding w32/w64 code with this check would
be broken.</pre>
</div>
</content>
</entry>
<entry>
<title>[Offload] Refactor offload test requirements (#95196)</title>
<updated>2024-06-29T05:56:18+00:00</updated>
<author>
<name>Ethan Luis McDonough</name>
<email>ethanluismcdonough@gmail.com</email>
</author>
<published>2024-06-29T05:56:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8823448807f3b1a1362d1417e062d763734e02f5'/>
<id>8823448807f3b1a1362d1417e062d763734e02f5</id>
<content type='text'>
Many tests in the `offload` project have requirements defined by which
targets are not supported rather than which platforms are supported.
This patch aims to streamline the requirement definitions by adding four
new feature tags: `host`, `gpu`, `amdgpu`, and `nvidiagpu`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many tests in the `offload` project have requirements defined by which
targets are not supported rather than which platforms are supported.
This patch aims to streamline the requirement definitions by adding four
new feature tags: `host`, `gpu`, `amdgpu`, and `nvidiagpu`.</pre>
</div>
</content>
</entry>
<entry>
<title>[Offload] Fix missing `abs` function for test</title>
<updated>2024-06-06T19:37:06+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>huberjn@outlook.com</email>
</author>
<published>2024-06-06T19:36:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=2cc16442998786f7716ee7093c4f29f1b9b07cd5'/>
<id>2cc16442998786f7716ee7093c4f29f1b9b07cd5</id>
<content type='text'>
Summary:
We don't have the abs function to link against, just use the builtin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
We don't have the abs function to link against, just use the builtin.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)" (#94139)</title>
<updated>2024-06-03T15:17:36+00:00</updated>
<author>
<name>Shilei Tian</name>
<email>i@tianshilei.me</email>
</author>
<published>2024-06-03T15:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b448efb8eafef7df2c8d467bbb9cd0fc1e2ea7d5'/>
<id>b448efb8eafef7df2c8d467bbb9cd0fc1e2ea7d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)""</title>
<updated>2024-05-26T05:04:39+00:00</updated>
<author>
<name>Shilei Tian</name>
<email>i@tianshilei.me</email>
</author>
<published>2024-05-26T05:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=cf9eeb67e553137c979dca50bbf912acea8889a5'/>
<id>cf9eeb67e553137c979dca50bbf912acea8889a5</id>
<content type='text'>
This reverts commit 7b4865582299294455bc816358fd88a9c6e5e0be.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 7b4865582299294455bc816358fd88a9c6e5e0be.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)"</title>
<updated>2024-05-26T04:57:50+00:00</updated>
<author>
<name>Shilei Tian</name>
<email>i@tianshilei.me</email>
</author>
<published>2024-05-26T04:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7b4865582299294455bc816358fd88a9c6e5e0be'/>
<id>7b4865582299294455bc816358fd88a9c6e5e0be</id>
<content type='text'>
This reverts commit 9b31cc71d66064dfaf2afabf4a835211321bb4a0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 9b31cc71d66064dfaf2afabf4a835211321bb4a0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[OpenMP][OMPX] Add shfl_down_sync (#93311)"</title>
<updated>2024-05-25T00:07:53+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>huberjn@outlook.com</email>
</author>
<published>2024-05-25T00:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9b31cc71d66064dfaf2afabf4a835211321bb4a0'/>
<id>9b31cc71d66064dfaf2afabf4a835211321bb4a0</id>
<content type='text'>
This reverts commit 098c6dfa8157681699a71fce9e3d94515e66311f.
This reverts commit 8c718a3a91df4ab68dc3f1ca3887ea730c9aed84.
This reverts commit 4fb02de9d490d0773441aa30124bb4d1272230d3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 098c6dfa8157681699a71fce9e3d94515e66311f.
This reverts commit 8c718a3a91df4ab68dc3f1ca3887ea730c9aed84.
This reverts commit 4fb02de9d490d0773441aa30124bb4d1272230d3.
</pre>
</div>
</content>
</entry>
<entry>
<title>[OpenMP][OMPX] Add shfl_down_sync (#93311)</title>
<updated>2024-05-24T18:00:43+00:00</updated>
<author>
<name>Shilei Tian</name>
<email>i@tianshilei.me</email>
</author>
<published>2024-05-24T18:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=4fb02de9d490d0773441aa30124bb4d1272230d3'/>
<id>4fb02de9d490d0773441aa30124bb4d1272230d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
