Searched defs:gridSizeZ (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Dialect/GPU/TransformOps/ |
H A D | Utils.cpp | 289 Value gridSizeZ = gridDimZ.has_value() ? createConst(gridDimZ.value()) : one; createGpuLaunch() local
|
/llvm-project/mlir/lib/Conversion/SCFToGPU/ |
H A D | SCFToGPU.cpp | 229 Value gridSizeZ = numBlockDims > 2 ? dims[2] : constOne; in createLaunch() local
|
/llvm-project/mlir/lib/Dialect/GPU/IR/ |
H A D | GPUDialect.cpp | 661 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
|