[llvm] [openmp] Reland: [OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_uid() (PR #168554)
Michael Klemm via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 20 05:30:54 PST 2025
================
@@ -491,13 +491,15 @@
function omp_get_uid_from_device(device_num) bind(c)
import
+ import :: c_ptr
----------------
mjklemm wrote:
Yes, that's correct. You will need to have the proper USE statement like so:
`use, intrinsic :: iso_c_binding, only: c_ptr`
https://github.com/llvm/llvm-project/pull/168554
More information about the llvm-commits
mailing list