We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b9b06 commit 2480ae5Copy full SHA for 2480ae5
openmp/runtime/src/include/omp_lib.h.var
@@ -491,14 +491,14 @@
491
492
function omp_get_uid_from_device(device_num) bind(c)
493
import
494
- import :: c_ptr
+ use, intrinsic :: iso_c_binding, only : c_ptr
495
integer (kind=omp_integer_kind), value :: device_num
496
type(c_ptr) omp_get_uid_from_device
497
end function omp_get_uid_from_device
498
499
function omp_get_device_from_uid(device_uid) bind(c)
500
501
502
type(c_ptr), value :: device_uid
503
integer (kind=omp_integer_kind) omp_get_device_from_uid
504
end function omp_get_device_from_uid
0 commit comments