Home
last modified time | relevance | path

Searched refs:omp_set_default_device (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/test/offloading/
H A Dhost_as_target.c100 omp_set_default_device(DevInit); in main()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DInterface.h123 void omp_set_default_device(int deviceId);
/llvm-project-15.0.7/flang/module/
H A Domp_lib.h290 subroutine omp_set_default_device(device_num) bind(c)
293 end subroutine omp_set_default_device
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DState.cpp380 void omp_set_default_device(int) {} in omp_set_default_device() function
/llvm-project-15.0.7/openmp/runtime/src/include/
H A Domp_lib.h.var430 subroutine omp_set_default_device(device_num) bind(c)
433 end subroutine omp_set_default_device
998 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_set_default_device
1081 !$omp declare target(omp_set_default_device )
H A Domp_lib.f90.var331 subroutine omp_set_default_device(device_num) bind(c)
334 end subroutine omp_set_default_device
H A Domp.h.var133 extern void __KAI_KMPC_CONVENTION omp_set_default_device (int);
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_ftn_os.h99 #define FTN_SET_DEFAULT_DEVICE omp_set_default_device
H A Ddllexports497 omp_set_default_device 879
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dadd_attributes.ll152 call void @omp_set_default_device(i32 0)
387 declare dso_local void @omp_set_default_device(i32)
789 ; CHECK: declare dso_local void @omp_set_default_device(i32)
1329 ; OPTIMISTIC: declare dso_local void @omp_set_default_device(i32)
/llvm-project-15.0.7/openmp/docs/design/
H A DRuntimes.rst65 ``omp_set_default_device`` or a device clause in a parallel pragma can override