[Mlir-commits] [mlir] [llvm] [CI] Add check-mlir-python to MLIR pre-merge checks (PR #72847)
Benjamin Maxwell
llvmlistbot at llvm.org
Wed Nov 22 05:23:29 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
----------------
MacDue wrote:
Sorry my bad, I see now from looking at the logs this runs the python tests twice. I've removed this now :+1:
https://github.com/llvm/llvm-project/pull/72847
More information about the Mlir-commits
mailing list