Home
last modified time | relevance | path

Searched refs:LD_IO (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dlibcall.cu20 PRINT(LD_IO, "omp_get_wtick() returns %g\n", rc); in omp_get_wtick()
26 PRINT(LD_IO, "call omp_get_wtime() returns %g\n", rc); in omp_get_wtime()
35 PRINT(LD_IO, "call omp_set_num_threads(num %d)\n", num); in omp_set_num_threads()
45 PRINT(LD_IO, "call omp_get_num_threads() return %d\n", rc); in omp_get_num_threads()
58 PRINT(LD_IO, "call omp_get_max_threads() return %d\n", rc); in omp_get_max_threads()
66 PRINT(LD_IO, "call omp_get_thread_limit() return %d\n", rc); in omp_get_thread_limit()
74 PRINT(LD_IO, "call omp_get_thread_num() returns %d\n", rc); in omp_get_thread_num()
80 PRINT(LD_IO, "call omp_get_num_procs() returns %d\n", rc); in omp_get_num_procs()
86 PRINT(LD_IO, "call omp_in_parallel() returns %d\n", rc); in omp_in_parallel()
96 PRINT(LD_IO, "call omp_in_final() returns %d\n", rc); in omp_in_final()
[all …]
Dsync.cu21 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()
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()
106 PRINT0(LD_IO, "call kmpc_end_single\n"); in __kmpc_end_single()
117 PRINT0(LD_IO, "call kmpc_flush\n"); in __kmpc_flush()
126 PRINT0(LD_IO, "call __kmpc_warp_active_thread_mask\n"); in __kmpc_warp_active_thread_mask()
135 PRINT0(LD_IO, "call __kmpc_syncwarp\n"); in __kmpc_syncwarp()
Dparallel.cu76 PRINT0(LD_IO, "call to __kmpc_kernel_prepare_parallel\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()
282 PRINT(LD_IO, "call kmpc_push_num_threads %d\n", num_threads); in __kmpc_push_num_threads()
294 PRINT(LD_IO, "call kmpc_push_num_teams %d\n", (int)num_teams); in __kmpc_push_num_teams()
301 PRINT(LD_IO, "call kmpc_push_proc_bind %d\n", (int)proc_bind); in __kmpc_push_proc_bind()
Dtask.cu38 PRINT(LD_IO, in __kmpc_omp_task_alloc()
83 PRINT(LD_IO, "call to __kmpc_omp_task_with_deps(task 0x%llx)\n", in __kmpc_omp_task_with_deps()
122 PRINT(LD_IO, "call to __kmpc_omp_task_begin_if0(task 0x%llx)\n", in __kmpc_omp_task_begin_if0()
148 PRINT(LD_IO, "call to __kmpc_omp_task_complete_if0(task 0x%llx)\n", in __kmpc_omp_task_complete_if0()
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()
Dloop.cu533 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 …]
Domptarget.cu29 PRINT(LD_IO, "call to __kmpc_kernel_init with version %f\n", in __kmpc_kernel_init()
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()
Dcancel.cu18 PRINT(LD_IO, "call kmpc_cancellationpoint(cancel val %d)\n", (int)cancelVal); in __kmpc_cancellationpoint()
25 PRINT(LD_IO, "call kmpc_cancel(cancel val %d)\n", (int)cancelVal); in __kmpc_cancel()
Dcritical.cu19 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/
Ddebug.h169 #define LD_IO (LD_SET_IO | LD_SET_IOD) macro