Tag `e2e_matmul_direct_f16_gpu_large_unaligned` as requiring sm80 (#14266)
Part of https://github.com/openxla/iree/issues/14169
runner-env: testing
diff --git a/tests/e2e/matmul/BUILD.bazel b/tests/e2e/matmul/BUILD.bazel
index a5c8ba7..184e76e 100644
--- a/tests/e2e/matmul/BUILD.bazel
+++ b/tests/e2e/matmul/BUILD.bazel
@@ -307,7 +307,7 @@
"nomsan",
"notsan",
"noubsan",
- "requires-gpu-nvidia",
+ "requires-gpu-sm80",
],
target_backends_and_drivers = [
("cuda", "cuda"),
diff --git a/tests/e2e/matmul/CMakeLists.txt b/tests/e2e/matmul/CMakeLists.txt
index 3007f7f..c8636dc 100644
--- a/tests/e2e/matmul/CMakeLists.txt
+++ b/tests/e2e/matmul/CMakeLists.txt
@@ -455,7 +455,7 @@
"nomsan"
"notsan"
"noubsan"
- "requires-gpu-nvidia"
+ "requires-gpu-sm80"
)
iree_generated_trace_runner_test(