iree icon indicating copy to clipboard operation
iree copied to clipboard

[Codegen] Support early bufferization ops in ConvertToDPS

Open Max191 opened this issue 6 months ago • 0 comments

Adds support for iree_codegen.store_to_buffer and iree_codegen.load_from_buffer in ConvertToDestinationPassingStylePass. This is necessary for enabling early bufferization and layout transformation combination in data tiling e2e tests, because scalar dispatches will go down the LLVMGPUBaseLowering pipeline, which uses this pass.

Max191 avatar Jun 19 '25 13:06 Max191