[Mlir-commits] [mlir] [MLIR][ROCm] Build mlir_rocm_runtime STANDALONE (PR #205651)
Umang Yadav
llvmlistbot at llvm.org
Thu Jun 25 06:15:26 PDT 2026
umangyadav wrote:
> there's a restriction on the ROCm integration tests that prevents them from being run when LLVM is build with shared libraries on
This patch doesn't solve the the issue for the shared libs yet. It solves it for the static libs. Shared libs would still require some sort of `dlopen` based approach.
https://github.com/llvm/llvm-project/pull/205651
More information about the Mlir-commits
mailing list