Searched refs:PRINT0 (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | sync.cu | 21 PRINT0(LD_IO, "call kmpc_ordered\n"); in __kmpc_ordered() 25 PRINT0(LD_IO, "call kmpc_end_ordered\n"); in __kmpc_end_ordered() 37 PRINT0(LD_IO, "call kmpc_cancel_barrier\n"); in __kmpc_cancel_barrier() 39 PRINT0(LD_SYNC, "completed kmpc_cancel_barrier\n"); in __kmpc_cancel_barrier() 69 PRINT0(LD_SYNC, "completed kmpc_barrier\n"); in __kmpc_barrier() 76 PRINT0(LD_SYNC, "call kmpc_barrier_simple_spmd\n"); in __kmpc_barrier_simple_spmd() 78 PRINT0(LD_SYNC, "completed kmpc_barrier_simple_spmd\n"); in __kmpc_barrier_simple_spmd() 86 PRINT0(LD_IO, "call kmpc_master\n"); in __kmpc_master() 91 PRINT0(LD_IO, "call kmpc_end_master\n"); in __kmpc_end_master() 100 PRINT0(LD_IO, "call kmpc_single\n"); in __kmpc_single() [all …]
|
D | libcall.cu | 254 PRINT0(LD_IO, "call omp_get_proc_bin() is true, regardless on state\n"); in omp_get_proc_bind() 259 PRINT0(LD_IO, "call omp_get_num_places() returns 0\n"); in omp_get_num_places() 264 PRINT0(LD_IO, "call omp_get_place_num_procs() returns 0\n"); in omp_get_place_num_procs() 269 PRINT0(LD_IO, "call to omp_get_place_proc_ids()\n"); in omp_get_place_proc_ids() 273 PRINT0(LD_IO, "call to omp_get_place_num() returns 0\n"); in omp_get_place_num() 278 PRINT0(LD_IO, "call to omp_get_partition_num_places() returns 0\n"); in omp_get_partition_num_places() 283 PRINT0(LD_IO, "call to omp_get_partition_place_nums()\n"); in omp_get_partition_place_nums() 293 PRINT0(LD_IO, "call omp_get_default_device() is undef on device\n"); in omp_set_default_device() 297 PRINT0(LD_IO, in omp_get_default_device() 303 PRINT0(LD_IO, "call omp_get_num_devices() is undef on device, returns 0\n"); in omp_get_num_devices() [all …]
|
D | loop.cu | 533 PRINT0(LD_IO, "call kmpc_dispatch_init_4\n"); in __kmpc_dispatch_init_4() 541 PRINT0(LD_IO, "call kmpc_dispatch_init_4u\n"); in __kmpc_dispatch_init_4u() 549 PRINT0(LD_IO, "call kmpc_dispatch_init_8\n"); in __kmpc_dispatch_init_8() 557 PRINT0(LD_IO, "call kmpc_dispatch_init_8u\n"); in __kmpc_dispatch_init_8u() 565 PRINT0(LD_IO, "call kmpc_dispatch_next_4\n"); in __kmpc_dispatch_next_4() 573 PRINT0(LD_IO, "call kmpc_dispatch_next_4u\n"); in __kmpc_dispatch_next_4u() 580 PRINT0(LD_IO, "call kmpc_dispatch_next_8\n"); in __kmpc_dispatch_next_8() 588 PRINT0(LD_IO, "call kmpc_dispatch_next_8u\n"); in __kmpc_dispatch_next_8u() 595 PRINT0(LD_IO, "call kmpc_dispatch_fini_4\n"); in __kmpc_dispatch_fini_4() 600 PRINT0(LD_IO, "call kmpc_dispatch_fini_4u\n"); in __kmpc_dispatch_fini_4u() [all …]
|
D | parallel.cu | 76 PRINT0(LD_IO, "call to __kmpc_kernel_prepare_parallel\n"); in __kmpc_kernel_prepare_parallel() 90 PRINT0(LD_PAR, "already in parallel: go seq\n"); in __kmpc_kernel_prepare_parallel() 122 PRINT0(LD_IO | LD_PAR, "call to __kmpc_kernel_parallel\n"); in __kmpc_kernel_parallel() 129 PRINT0(LD_IO | LD_PAR, "call to __kmpc_kernel_parallel finished\n"); in __kmpc_kernel_parallel() 173 PRINT0(LD_IO | LD_PAR, "call to __kmpc_kernel_end_parallel\n"); in __kmpc_kernel_end_parallel() 200 PRINT0(LD_IO, "call to __kmpc_serialized_parallel\n"); in __kmpc_serialized_parallel() 239 PRINT0(LD_IO, "call to __kmpc_end_serialized_parallel\n"); in __kmpc_end_serialized_parallel() 262 PRINT0(LD_IO, "call to __kmpc_parallel_level\n"); in __kmpc_parallel_level()
|
D | omptarget.cu | 40 PRINT0(LD_IO, "call to __kmpc_kernel_init for master\n"); in __kmpc_kernel_init() 70 PRINT0(LD_IO, "call to __kmpc_kernel_deinit\n"); in __kmpc_kernel_deinit() 82 PRINT0(LD_IO, "call to __kmpc_spmd_kernel_init\n"); in __kmpc_spmd_kernel_init() 157 PRINT0(LD_IO | LD_PAR, "call to __kmpc_is_spmd_exec_mode\n"); in __kmpc_is_spmd_exec_mode()
|
D | task.cu | 175 PRINT0(LD_IO, "call to __kmpc_omp_wait_deps(..)\n"); in __kmpc_omp_wait_deps() 180 PRINT0(LD_IO, "call to __kmpc_taskgroup(..)\n"); in __kmpc_taskgroup() 185 PRINT0(LD_IO, "call to __kmpc_end_taskgroup(..)\n"); in __kmpc_end_taskgroup() 191 PRINT0(LD_IO, "call to __kmpc_taskyield()\n"); in __kmpc_omp_taskyield() 197 PRINT0(LD_IO, "call to __kmpc_taskwait()\n"); in __kmpc_omp_taskwait()
|
D | critical.cu | 19 PRINT0(LD_IO, "call to kmpc_critical()\n"); in __kmpc_critical() 26 PRINT0(LD_IO, "call to kmpc_end_critical()\n"); in __kmpc_end_critical()
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/ |
D | debug.h | 182 #define PRINT0(_flag, _str) \ macro 198 #define PRINT0(flag, str) macro
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/amdgcn/src/ |
D | amdgcn_locks.hip | 21 PRINT0(LD_ALL, "Locks are not supported in this thread mapping model");
|