Searched refs:shared_size_bytes (Results 1 – 1 of 1) sorted by relevance
| /libCEED/backends/cuda/ |
| H A D | ceed-cuda-compile.cpp | 480 int max_threads_per_block, shared_size_bytes, num_regs; in CeedRunKernelDimSharedCore_Cuda() local 483 cuFuncGetAttribute(&shared_size_bytes, CU_FUNC_ATTRIBUTE_SHARED_SIZE_BYTES, kernel); in CeedRunKernelDimSharedCore_Cuda() 488 … max_threads_per_block, block_size_x, block_size_y, block_size_z, shared_size_bytes, num_regs); in CeedRunKernelDimSharedCore_Cuda() 493 … max_threads_per_block, block_size_x, block_size_y, block_size_z, shared_size_bytes, num_regs); in CeedRunKernelDimSharedCore_Cuda()
|