[Openmp-commits] [PATCH] D23587: [OPENMP] Implementation of omp_get_default_device and omp_set_default_device
Jonas Hahnfeld via Openmp-commits
openmp-commits at lists.llvm.org
Wed Aug 17 06:03:28 PDT 2016
Hahnfeld added a subscriber: Hahnfeld.
Hahnfeld added a comment.
In general: Do we really need this in `libomp`? We currently have the problem of two runtime libraries and will probably continue with it: `libomp` supporting the host and `liboffload` / `libomptarget` supporting all target related things.
I imagine in the current state this will give linker errors with `liboffload` / `libomptarget` that define their own version of this function.
Repository:
rL LLVM
https://reviews.llvm.org/D23587
More information about the Openmp-commits
mailing list