Home
last modified time | relevance | path

Searched refs:run_kernel (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-gcn.c2100 run_kernel (struct kernel_info *kernel, void *vars, in run_kernel() function
2522 run_kernel (module->fini_array_func, NULL, &kla, NULL, locked); in destroy_module()
2554 run_kernel (entry->u.launch.kernel, in execute_queue_entry()
3154 run_kernel (kernel, ind_da, &kla, NULL, false); in gcn_exec()
3499 run_kernel (module->init_array_func, NULL, &kla, NULL, false); in GOMP_OFFLOAD_load_image()
3769 run_kernel (kernel, vars, kla, NULL, false); in GOMP_OFFLOAD_run()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-gcn.c2098 run_kernel (struct kernel_info *kernel, void *vars, in run_kernel() function
2713 run_kernel (module->fini_array_func, NULL, &kla, NULL, locked); in destroy_module()
2745 run_kernel (entry->u.launch.kernel, in execute_queue_entry()
3330 run_kernel (kernel, ind_da, &kla, NULL, false); in gcn_exec()
3638 run_kernel (module->init_array_func, NULL, &kla, NULL, false); in GOMP_OFFLOAD_load_image()
3908 run_kernel (kernel, vars, kla, NULL, false); in GOMP_OFFLOAD_run()
H A Dplugin-hsa.c1491 run_kernel (struct kernel_info *kernel, void *vars, in run_kernel() function
1636 run_kernel (kernel, vars, kla); in GOMP_OFFLOAD_run()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A DChangeLog4411 (run_kernel): Reduce the number of threads/workers if the requested
6097 (print_kernel_dispatch, run_kernel): Use PRIu64 macro instead of
9306 (run_kernel): Likewise.
9307 (GOMP_OFFLOAD_run): Outline most functionality to run_kernel.