Closed Abhishek-Varma closed 1 week ago
Can you report the matmul performance w/wo this PR?
@Abhishek-Varma If you want to measure time (and you don't already know what I'm about to say..) you can add <chrono>
to measure time around here: https://github.com/nod-ai/iree-amd-aie/blob/9b0582f3cc7e04b9f1747e115e2ee43225ab77f0/runtime/src/iree-amd-aie/driver/xrt-lite/direct_command_buffer.cc#L193
-- This commit fixes function outlining to skip linalg.fill/linalg.skip -- Without this
linalg::isElementwise(LinalgOp)
seems to be qualifying both as elementwise ops.Signed-off-by: Abhishek Varma abhvarma@amd.com