Skip to content

Commit

Permalink
[Vulkan] Disable matmul large test for rdna3
Browse files Browse the repository at this point in the history
This test is known to crash the kernel driver. Removing it until we
investigate/fix.

Issue: iree-org#19465

Signed-off-by: Jakub Kuderski <[email protected]>
  • Loading branch information
kuhar committed Dec 11, 2024
1 parent 6b7ca46 commit 5d4cc2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 54 deletions.
27 changes: 1 addition & 26 deletions tests/e2e/matmul/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -660,29 +660,4 @@ iree_generated_e2e_runner_test(
("f32", "f32"),
]]

iree_generated_e2e_runner_test(
name = "e2e_matmul_vulkan_f16_large_rdna3",
compiler_flags = [
"--iree-vulkan-target=rdna3",
],
generator = ":generate_e2e_matmul_tests",
generator_args = [
"--lhs_rhs_type=f16",
"--acc_type=f32",
"--shapes=easy_large_static",
"--compilation_info=SPIRVCooperativeMatrixVectorize",
],
runner_args = [
"--require_exact_results=false",
],
tags = [
"requires-gpu",
"requires-gpu-rdna3",
"vulkan_uses_vk_khr_shader_float16_int8",
],
target_backends_and_drivers = [
("vulkan-spirv", "vulkan"),
],
test_runner = "//tools/testing/e2e:iree-e2e-matmul-test",
test_type = "matmul",
)
# TODO(#19465): add large matmul tests for rdna3.
28 changes: 0 additions & 28 deletions tests/e2e/matmul/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1382,34 +1382,6 @@ iree_generated_e2e_runner_test(
"vulkan_uses_vk_khr_shader_float16_int8"
)

iree_generated_e2e_runner_test(
NAME
e2e_matmul_vulkan_f16_large_rdna3
TEST_TYPE
matmul
GENERATOR
"generate_e2e_matmul_tests.py"
GENERATOR_ARGS
"--lhs_rhs_type=f16"
"--acc_type=f32"
"--shapes=easy_large_static"
"--compilation_info=SPIRVCooperativeMatrixVectorize"
TEST_RUNNER
iree_tools_testing_e2e_iree-e2e-matmul-test
TARGET_BACKENDS
"vulkan-spirv"
DRIVERS
"vulkan"
COMPILER_FLAGS
"--iree-vulkan-target=rdna3"
RUNNER_ARGS
"--require_exact_results=false"
LABELS
"requires-gpu"
"requires-gpu-rdna3"
"vulkan_uses_vk_khr_shader_float16_int8"
)

### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ###

# To distinguish between CDNA(gfx9) and RDNA3(gfx11)
Expand Down

0 comments on commit 5d4cc2e

Please sign in to comment.