[Mlir-commits] [mlir] [MLIR][Linalg] Scalable Vectorization of Reduction (PR #97788)

Andrzej Warzyński llvmlistbot at llvm.org
Mon Jul 15 12:24:53 PDT 2024


banach-space wrote:

> I have another question: a great number of mlir integration tests are written with -shared-libs=%mlir_runner_utils,%mlir_c_runner_utils which looks for the shared libs in <build_dir/lib> on the host machine (in my case, x86_64-linux). These tests will fail if config-ed to run in an emulator (qemu-aarch64).
I wrote the tests in this PR with -shared-libs=%mlir_native_utils_lib_dir/libmlir_runner_utils%shlibext,%mlir_native_utils_lib_dir/libmlir_c_runner_utils%shlibext so they run successfully in qemu. Can you help run them on a native arm64-linux host with sve support?

Sorry for not getting back to you earlier. Could you clarify - are you asking how to run this on x86_64 or AArch64? The former will require cross-compiling. The latter, should just work ™️ 😅 If it didn't, could you share more details?

https://github.com/llvm/llvm-project/pull/97788


More information about the Mlir-commits mailing list