<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/offload/test/mapping/use_device_ptr, 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>[NFC][OpenMP] Add small class-member use_device_ptr/addr unit tests. (#164039)</title>
<updated>2025-10-20T20:14:33+00:00</updated>
<author>
<name>Abhinav Gaba</name>
<email>abhinav.gaba@intel.com</email>
</author>
<published>2025-10-20T20:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f37b4459f050514542d755172855dc75ddda33f2'/>
<id>f37b4459f050514542d755172855dc75ddda33f2</id>
<content type='text'>
Two of the tests are currently asserting, and two are emitting
unexpected results.

The asserting tests will be fixed using the ATTACH-style codegen from
#153683.

The other two involve `use_device_addr` on byrefs, and need more
follow-up codegen changes, that have been noted in a FIXME comment.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Two of the tests are currently asserting, and two are emitting
unexpected results.

The asserting tests will be fixed using the ATTACH-style codegen from
#153683.

The other two involve `use_device_addr` on byrefs, and need more
follow-up codegen changes, that have been noted in a FIXME comment.</pre>
</div>
</content>
</entry>
<entry>
<title>[NFC][OpenMP] Add several use_device_ptr/addr tests. (#154939)</title>
<updated>2025-08-25T21:23:26+00:00</updated>
<author>
<name>Abhinav Gaba</name>
<email>abhinav.gaba@intel.com</email>
</author>
<published>2025-08-25T21:23:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=bb1cb6a198a3ad688cce5142b7d835fdb011b487'/>
<id>bb1cb6a198a3ad688cce5142b7d835fdb011b487</id>
<content type='text'>
Most tests are either compfailing or runfailing.

They should start passing once we start using ATTACH map-type based
codegen. (#153683)

Even after they start passing, there are a few places where the EXPECTED
and actual CHECKs are different, due to two main issues:
* use_device_ptr translation on `&amp;p[0]` is not succeeding in looking-up
a previously mapped `&amp;p[1]`
* privatization of byref use_device_addr operands is not happening
correctly.

The above should be fixed as separate standalone changes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most tests are either compfailing or runfailing.

They should start passing once we start using ATTACH map-type based
codegen. (#153683)

Even after they start passing, there are a few places where the EXPECTED
and actual CHECKs are different, due to two main issues:
* use_device_ptr translation on `&amp;p[0]` is not succeeding in looking-up
a previously mapped `&amp;p[1]`
* privatization of byref use_device_addr operands is not happening
correctly.

The above should be fixed as separate standalone changes.</pre>
</div>
</content>
</entry>
</feed>
