nod-ai / iree-amd-aie

IREE plugin repository for the AMD AIE accelerator
Apache License 2.0
69 stars 30 forks source link

[LinalgFunctionOutlining] Enable/disable function outlining using pass flag #900

Closed Abhishek-Varma closed 1 week ago

Abhishek-Varma commented 1 week ago

-- This commit adds a pass flag enable-function-outlining to enable/ disable function outlining. -- It also adds a global flag for the same and makes changes to the tests.

Signed-off-by: Abhishek Varma abhvarma@amd.com

newling commented 1 week ago

@Abhishek-Varma maybe add a test along the lines of https://github.com/nod-ai/iree-amd-aie/blob/main/compiler/plugins/target/AMD-AIE/iree-amd-aie/Transforms/test/disable_vectorization.mlir

yzhang93 commented 1 week ago

Please add a test along the lines of https://github.com/nod-ai/iree-amd-aie/blob/main/compiler/plugins/target/AMD-AIE/iree-amd-aie/Transforms/test/disable_vectorization.mlir

Same request, otherwise LGTM.