Unverified Commit 522c1d0e authored by Martin Erhart's avatar Martin Erhart Committed by GitHub
Browse files

[mlir][gpu][bufferization] Implement BufferDeallocationOpInterface for gpu.terminator (#66880)

This is necessary to support deallocation of IR with gpu.launch
operations because it does not implement the RegionBranchOpInterface.
Implementing the interface would require it to support regions with
unstructured control flow and produced arguments/results.
parent 97ae7608
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment