[Openmp-commits] [PATCH] D55578: Add omp_get_device_num() and update several other device API functions (FIXED)
Jim Cownie via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Dec 12 01:25:33 PST 2018
jcownie added a comment.
Since you're using it twice already, is it worth abstracting the "find the appropriate function using dlsym" logic into a function?
I imagine that there will be other user-interface functions which will also need this, so abstracting it sooner rather than later seems a good thing to do.
Repository:
rOMP OpenMP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55578/new/
https://reviews.llvm.org/D55578
More information about the Openmp-commits
mailing list