<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/offload/test/api/omp_device_alloc.c, branch main</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] Temporarily disable test to keep bots green</title>
<updated>2024-08-20T20:16:05+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>huberjn@outlook.com</email>
</author>
<published>2024-08-20T20:15:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e96146cd46b29e0d100a4566358da8fb38bea43e'/>
<id>e96146cd46b29e0d100a4566358da8fb38bea43e</id>
<content type='text'>
Summary:
This test mysteriously fails on the bots but not locally, disable until
I can figure out why.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
This test mysteriously fails on the bots but not locally, disable until
I can figure out why.
</pre>
</div>
</content>
</entry>
<entry>
<title>[OpenMP] Map `omp_default_mem_alloc` to global memory (#104790)</title>
<updated>2024-08-20T17:00:41+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>huberjn@outlook.com</email>
</author>
<published>2024-08-20T17:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e0326b668efda1d4ed7969c1a6cca44a487d24b6'/>
<id>e0326b668efda1d4ed7969c1a6cca44a487d24b6</id>
<content type='text'>
Summary:
Currently, we assign this to private memory. This causes failures on
some SOLLVE tests. The standard isn't clear on the semantics of this
allocation type, but there seems to be a consensus that it's supposed to
be shared memory.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Currently, we assign this to private memory. This causes failures on
some SOLLVE tests. The standard isn't clear on the semantics of this
allocation type, but there seems to be a consensus that it's supposed to
be shared memory.</pre>
</div>
</content>
</entry>
<entry>
<title>[OpenMP] Fix buildbot failing on allocator test</title>
<updated>2024-08-14T18:56:12+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>huberjn@outlook.com</email>
</author>
<published>2024-08-14T18:55:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=161e250add9556443b0de085837e3a0403626f6c'/>
<id>161e250add9556443b0de085837e3a0403626f6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[OpenMP] Implement 'omp_alloc' on the device (#102526)</title>
<updated>2024-08-14T18:38:55+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>huberjn@outlook.com</email>
</author>
<published>2024-08-14T18:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=74d23f15b6867898892f851db40a25f62dad4397'/>
<id>74d23f15b6867898892f851db40a25f62dad4397</id>
<content type='text'>
Summary:
The 'omp_alloc' function should be callable from a target region. This
patch implemets it by simply calling `malloc` for every non-default
trait value allocator. All the special access modifiers are
unimplemented and return null. The null allocator returns null as the
spec states it should not be usable from the target.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
The 'omp_alloc' function should be callable from a target region. This
patch implemets it by simply calling `malloc` for every non-default
trait value allocator. All the special access modifiers are
unimplemented and return null. The null allocator returns null as the
spec states it should not be usable from the target.</pre>
</div>
</content>
</entry>
</feed>
