Home
last modified time | relevance | path

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

/external/llvm-project/parallel-libs/acxxel/
Dacxxel.h152 unsigned int BlockZ = 1, unsigned int GridX = 1,
154 : BlockX(BlockX), BlockY(BlockY), BlockZ(BlockZ), GridX(GridX), in BlockX()
160 unsigned int GridX; member
Dcuda_acxxel.cpp483 cuLaunchKernel(static_cast<CUfunction>(Kernel), LaunchDimensions.GridX, in rawEnqueueKernelLaunch()
Dopencl_acxxel.cpp521 size_t GlobalWorkSize[] = {LaunchDimensions.BlockX * LaunchDimensions.GridX, in rawEnqueueKernelLaunch()