Home
last modified time | relevance | path

Searched refs:SetRuntimeSched (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/
Domptargeti.h26 INLINE void omptarget_nvptx_TaskDescr::SetRuntimeSched(omp_sched_t sched) { in SetRuntimeSched() function
Domptarget.h105 INLINE void SetRuntimeSched(omp_sched_t sched);
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dlibcall.cu245 currTaskDescr->SetRuntimeSched(kind); in omp_set_schedule()