[Mlir-commits] [mlir] [llvm] [CI] Add check-mlir-python to MLIR pre-merge checks (PR #72847)

Mehdi Amini llvmlistbot at llvm.org
Wed Nov 22 03:39:08 PST 2023


================
@@ -188,6 +188,11 @@ function check-targets() {
     libclc)
       echo "check-all"
     ;;
+    mlir)
+      for t in check-mlir check-mlir-python; do
+        echo $t
----------------
joker-eph wrote:

I'm a bit confused why `check-mlir-python` is necessary/useful on top of `check-mlir`? The intent is that if the Python tests are configured they should run with `check-mlir`.

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


More information about the Mlir-commits mailing list