Searched refs:blockDim (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_builtin_vars.h78 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
100 __CUDA_BUILTIN_VAR __cuda_builtin_blockDim_t blockDim; variable
H A D__clang_cuda_runtime_wrapper.h399 // curand_mtgp32_kernel helpfully redeclares blockDim and threadIdx in host
404 // only used here for the redeclarations of blockDim and threadIdx.)
420 extern "C" unsigned __cudaPushCallConfiguration(dim3 gridDim, dim3 blockDim,

Completed in 43 milliseconds