Home
last modified time | relevance | path

Searched defs:GridDimY (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/polly/tools/GPURuntime/
DGPUJIT.c591 unsigned int GridDimY, unsigned int BlockDimX, in launchKernelCL()
1400 unsigned int GridDimY, unsigned int BlockDimX, in launchKernelCUDA()
1685 unsigned int GridDimY, unsigned int BlockDimX, in polly_launchKernel()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp898 Value *GridDimY, Value *BlockDimX, in createCallLaunchKernel()
1861 Value *GridDimX, *GridDimY; in createKernel() local