Xilinx / mlir-aie

An MLIR-based toolchain for AMD AI Engine-enabled devices.
Other
260 stars 76 forks source link

[aievec][nfc] update e2e tests to use bare ptr for to-llvm flow #1555

Closed jamestcl-amd closed 3 weeks ago

jamestcl-amd commented 3 weeks ago

As suggested in https://github.com/Xilinx/mlir-aie/pull/1548. We can use -convert-func-to-llvm='use-bare-ptr-memref-call-conv' to minimize the changes to testbench.cc when handling the to-llvm tests. This PR updates i8/i16/i32 max/min/mul elem tests.