iree-org / iree

A retargetable MLIR-based machine learning compiler and runtime toolkit.
http://iree.dev/
Apache License 2.0
2.47k stars 551 forks source link

Exclude arm-sme tests by default on Bazel CI. #17755

Closed ScottTodd closed 3 days ago

ScottTodd commented 3 days ago

These tests are a no-op if hardware support is missing, so they can be skipped entirely if a CI build knows that it uses different hardware: https://github.com/iree-org/iree/actions/runs/9699357725/job/26768139519#step:4:958

//tests/e2e/matmul:e2e_matmul_cpu_arm_sme_nondt_f32_large_llvm-cpu_local-task (cached) PASSED in 0.1s
//tests/e2e/matmul:e2e_matmul_cpu_arm_sme_nondt_f32_large_peel_llvm-cpu_local-task (cached) PASSED in 0.1s
//tests/e2e/matmul:e2e_matmul_cpu_arm_sme_nondt_f32_large_transpose_lhs_llvm-cpu_local-task (cached) PASSED in 0.6s
//tests/e2e/matmul:e2e_matmul_cpu_arm_sme_nondt_f32_large_transpose_lhs_peel_llvm-cpu_local-task (cached) PASSED in 0.5s
//tests/e2e/matmul:e2e_matmul_cpu_arm_sme_nondt_f32_small_llvm-cpu_local-task (cached) PASSED in 0.1s
//tests/e2e/matmul:e2e_matmul_cpu_arm_sme_nondt_f32_small_peel_llvm-cpu_local-task (cached) PASSED in 0.1s
//tests/e2e/matmul:e2e_matmul_cpu_arm_sme_nondt_f32_small_transpose_lhs_llvm-cpu_local-task (cached) PASSED in 0.1s
//tests/e2e/matmul:e2e_matmul_cpu_arm_sme_nondt_f32_small_transpose_lhs_peel_llvm-cpu_local-task (cached) PASSED in 0.1s

ci-exactly: build_test_all_bazel

ScottTodd commented 3 days ago

CI logs show those tests are skipped now.