Home
last modified time | relevance | path

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

/llvm-project/mlir/test/lib/Dialect/SPIRV/
H A DTestEntryPointAbi.cpp42 Pass::ListOption<int32_t> workgroupSize{ member
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DTargetAndABI.cpp124 MLIRContext *context, ArrayRef<int32_t> workgroupSize, in getEntryPointABIAttr()
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DAllReduceLowering.cpp82 Value workgroupSize = create<arith::MulIOp>(int32Type, tmp4, dimZ); in rewrite() local