Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c260 int max_threads_per_block; member
297 int max_threads_per_block; member
494 ptx_dev->max_threads_per_block = pi; in nvptx_open_device()
751 int block_size = nvthd->ptx_dev->max_threads_per_block; in nvptx_exec()
802 (targ_fn->max_threads_per_block / warp_size in nvptx_exec()
808 targ_fn->max_threads_per_block / dims[GOMP_DIM_VECTOR]); in nvptx_exec()
873 > targ_fn->max_threads_per_block) in nvptx_exec()
884 dims[GOMP_DIM_VECTOR], targ_fn->max_threads_per_block); in nvptx_exec()
1275 targ_fns->max_threads_per_block = mthrs; in GOMP_OFFLOAD_load_image()
1831 int max_warps_block = fn->max_threads_per_block / 32; in nvptx_adjust_launch_bounds()
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c274 int max_threads_per_block; member
311 int max_threads_per_block; member
516 ptx_dev->max_threads_per_block = pi; in nvptx_open_device()
783 int block_size = nvthd->ptx_dev->max_threads_per_block; in nvptx_exec()
834 (targ_fn->max_threads_per_block / warp_size in nvptx_exec()
840 targ_fn->max_threads_per_block / dims[GOMP_DIM_VECTOR]); in nvptx_exec()
905 > targ_fn->max_threads_per_block) in nvptx_exec()
916 dims[GOMP_DIM_VECTOR], targ_fn->max_threads_per_block); in nvptx_exec()
1338 targ_fns->max_threads_per_block = mthrs; in GOMP_OFFLOAD_load_image()
1920 int max_warps_block = fn->max_threads_per_block / 32; in nvptx_adjust_launch_bounds()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A DChangeLog7406 targ_fn->max_threads_per_block.
7436 max_threads_per_block and max_threads_per_multiprocessor fields.