[Mlir-commits] [mlir] [MLIR][Linalg] Scalable Vectorization of Reduction (PR #97788)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Tue Jul 16 12:07:44 PDT 2024
banach-space wrote:
> My question is will -shared-libs=%mlir_native_utils_lib_dir/libmlir_runner_utils%shlibext,... work in native aarch64-linux environment?
It should. When `ARM_EMULATOR_UTILS_LIB_DIR` is _not set_, it's basically `config.mlir_lib_dir`: https://github.com/llvm/llvm-project/blob/93d7d9bfd4aede19dda0ebaf8aead12c2adbd13b/mlir/test/Integration/lit.local.cfg#L18-L19
The naming is not great though ... Btw, if you are building on X86, do other SVE integration tests work for you? I imagine that they fail - we've not really used `%mlir_native_utils_lib_dir` much.
https://github.com/llvm/llvm-project/pull/97788
More information about the Mlir-commits
mailing list