[Openmp-dev] Avoid using is_device_ptr clause

Itaru Kitayama via Openmp-dev openmp-dev at lists.llvm.org
Wed Aug 25 16:41:34 PDT 2021


Is there a way to avoid adding many is_device_ptr clauses every time
program enters the target region? I like the llvm_target_alloc_shared API
can handle internally the device pointer and make it accessible from the
target region as well.


More information about the Openmp-dev mailing list