Closed newling closed 1 month ago
Apologies -- I introduced this bug in https://github.com/nod-ai/iree-amd-aie/pull/824
Basically, the operand of the memref.dealloc was becoming the amdaie.buffer, it should remain the memref.alloc (canonicalization will remove both the memref.dealloc and memref.alloc later, then).
Apologies -- I introduced this bug in https://github.com/nod-ai/iree-amd-aie/pull/824
Basically, the operand of the memref.dealloc was becoming the amdaie.buffer, it should remain the memref.alloc (canonicalization will remove both the memref.dealloc and memref.alloc later, then).