Home
last modified time | relevance | path

Searched refs:addWorkgroupAttribution (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/
DMemoryPromotion.cpp169 Value attribution = op.addWorkgroupAttribution(bufferType); in promoteToWorkgroupMemory()
DAllReduceLowering.cpp159 return funcOp.addWorkgroupAttribution(bufferType); in createWorkgroupBuffer()
/external/llvm-project/mlir/lib/Dialect/GPU/IR/
DGPUDialect.cpp524 BlockArgument GPUFuncOp::addWorkgroupAttribution(Type type) { in addWorkgroupAttribution() function in GPUFuncOp
/external/llvm-project/mlir/include/mlir/Dialect/GPU/
DGPUOps.td241 BlockArgument addWorkgroupAttribution(Type type);