summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAart Bik <ajcbik@google.com>2023-04-11 11:42:29 -0700
committerAart Bik <ajcbik@google.com>2023-04-11 15:37:13 -0700
commitbdea9b960d5b62864b81d84af3c0c8aa58bab0e2 (patch)
tree4376b872c50cc80abdc45708aec7bfd7f526d565 /utils
parent7849967eccebe7b5bb1cbad338dc83e7520e37b2 (diff)
downloadllvm-bdea9b960d5b62864b81d84af3c0c8aa58bab0e2.tar.gz
[mlir][sparse][gpu] put sparse compiler GPU end-to-end tests back
SM80 flag guards the test for targets that do not support A100 GPUs Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D147863
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
index 8f4639d8de35..1f3c3f47a437 100644
--- a/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -47,6 +47,7 @@ expand_template(
"@MLIR_RUN_ARM_SVE_TESTS@": "0",
"@MLIR_RUN_X86VECTOR_TESTS@": "0",
"@MLIR_RUN_CUDA_TENSOR_CORE_TESTS@": "0",
+ "@MLIR_RUN_CUDA_SM80_TESTS@": "0",
"@MLIR_INCLUDE_INTEGRATION_TESTS@": "0",
"@SHLIBDIR@": package_path("//llvm:BUILD"),
},