[Openmp-commits] [PATCH] D54342: Add omp_get_device_num() and update several other device API functions
Ravi Narayanaswamy via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Nov 29 14:39:10 PST 2018
RaviNarayanaswamy added a comment.
Can you enable LIBOMPTARGET_DEBUG and see if this is printed from libomptarget to confirm libomptarget is loaded and its api is used
DP("Call to omp_get_num_devices returning %zd\n", Devices_size);
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54342/new/
https://reviews.llvm.org/D54342
More information about the Openmp-commits
mailing list