[Openmp-commits] [PATCH] D54342: Add omp_get_device_num() and update several other device API functions
Alexey Bataev via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Nov 29 13:41:00 PST 2018
ABataev added a comment.
This commit conflicts with libomptarget. libomptarget have the same functions and the code may be confused during execution which version of the functions should be executed. This conflict should be resolved somehow. Before that, I think, this patch must be reverted.
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