Home
last modified time | relevance | path

Searched defs:gridSizeZ (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/GPU/TransformOps/
H A DUtils.cpp289 Value gridSizeZ = gridDimZ.has_value() ? createConst(gridDimZ.value()) : one; createGpuLaunch() local
/llvm-project/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp229 Value gridSizeZ = numBlockDims > 2 ? dims[2] : constOne; in createLaunch() local
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp661 build(OpBuilder & builder,OperationState & result,Value gridSizeX,Value gridSizeY,Value gridSizeZ,Value getBlockSizeX,Value getBlockSizeY,Value getBlockSizeZ,Value dynamicSharedMemorySize,Type asyncTokenType,ValueRange asyncDependencies,TypeRange workgroupAttributions,TypeRange privateAttributions,Value clusterSizeX,Value clusterSizeY,Value clusterSizeZ) build() argument