Searched refs:max_threads_per_block (Results 1 – 3 of 3) sorted by relevance
260 int max_threads_per_block; member297 int max_threads_per_block; member494 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()
274 int max_threads_per_block; member311 int max_threads_per_block; member516 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()
7406 targ_fn->max_threads_per_block.7436 max_threads_per_block and max_threads_per_multiprocessor fields.