[llvm-branch-commits] [flang] [llvm] [mlir] [MLIR][OpenMP] Add OpenMPToLLVMIRTranslation support for is_device_ptr (PR #169367)

Akash Banerjee via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Nov 26 08:56:33 PST 2025


================
@@ -0,0 +1,79 @@
+! Validate that a device pointer allocated via OpenMP runtime APIs can be
+! consumed by a TARGET region using the is_device_ptr clause.
+! REQUIRES: flang, amdgcn-amd-amdhsa
+! UNSUPPORTED: nvptx64-nvidia-cuda
+! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
+! UNSUPPORTED: aarch64-unknown-linux-gnu
----------------
TIFitis wrote:

Thanks, I've removed these.

https://github.com/llvm/llvm-project/pull/169367


More information about the llvm-branch-commits mailing list