[Mlir-commits] [mlir] [mlir] Don't rely on values of MLIR_(CURDA|ROCM)_CONVERSIONS_ENABLED. (PR #82988)
Fabian Mora
llvmlistbot at llvm.org
Mon Feb 26 06:23:47 PST 2024
fabianmcg wrote:
> However, I am not 100% sure whether actually runs on the two GPU architectures. Doesn't the CI do that eventually?
We don't test GPU integration tests until the commit lands on main, hence we wouldn't know until a builder fails and we have to revert.
If you build with `-DLLVM_LIT_ARGS="-v --xunit-xml-output test-results.xml"` then the file `${BUILD_DIR}/tools/mlir/test/test-results.xml` should show you whether the test was skipped, failed or passed.
Otherwise, I can test this later on the day or tomorrow morning.
https://github.com/llvm/llvm-project/pull/82988
More information about the Mlir-commits
mailing list