Home
last modified time | relevance | path

Searched refs:MAX_GRIDSZ_Z (Results 1 – 2 of 2) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/yaksa/src/backend/cuda/pup/
H A Dyaksuri_cudai_pup.c16 #define MAX_GRIDSZ_Z (65535U) macro
40 uintptr_t n_blocks_xy = YAKSU_CEIL(n_blocks, MAX_GRIDSZ_Z); in get_thread_block_dims()
/dports/net/mpich/mpich-3.4.3/modules/yaksa/src/backend/ze/pup/
H A Dyaksuri_zei_pup.c16 #define MAX_GRIDSZ_Z (65535) macro
133 int n_blocks_xy = YAKSU_CEIL(n_blocks, MAX_GRIDSZ_Z); in get_thread_block_dims()