Enable passing e2e tests for ROCM, VMVX, and Vulkan backends#23174
Merged
hanhanW merged 1 commit intoiree-org:mainfrom Jan 16, 2026
Merged
Enable passing e2e tests for ROCM, VMVX, and Vulkan backends#23174hanhanW merged 1 commit intoiree-org:mainfrom
hanhanW merged 1 commit intoiree-org:mainfrom
Conversation
Enable tests that were previously excluded but now pass: ROCM/HIP (tests/e2e/linalg): - conv2d, narrow_n_matmuls, subbyte_to_fp, fp_to_subbyte, fp4_f32_conversion, index VMVX (tests/e2e/linalg): - argmax, index VMVX (tests/e2e/linalg_ext_ops): - attention Vulkan (tests/e2e/linalg): - argmax, index Vulkan (tests/e2e/linalg_ext_ops): - map_gather, map_scatter, top-k Vulkan (tests/e2e/stablehlo_ops): - reverse Signed-off-by: hanhanW <hanhan0912@gmail.com>
45a68b5 to
b382f4a
Compare
bjacob
approved these changes
Jan 16, 2026
keshavvinayak01
pushed a commit
that referenced
this pull request
Jan 27, 2026
Enable tests that were previously excluded but now pass: ROCM/HIP (tests/e2e/linalg): - conv2d, narrow_n_matmuls, subbyte_to_fp, fp_to_subbyte, fp4_f32_conversion, index VMVX (tests/e2e/linalg): - argmax, index VMVX (tests/e2e/linalg_ext_ops): - attention Vulkan (tests/e2e/linalg): - argmax, index Vulkan (tests/e2e/linalg_ext_ops): - map_gather, map_scatter, top-k Vulkan (tests/e2e/stablehlo_ops): - reverse Below is the additional testing time on my machine (using gfx1100): ``` ● Test execution times for newly enabled tests: ┌──────────┬───────┬────────────┐ │ Backend │ Tests │ Total Time │ ├──────────┼───────┼────────────┤ │ ROCM/HIP │ 6 │ 3.06 sec │ ├──────────┼───────┼────────────┤ │ VMVX │ 3 │ 0.28 sec │ ├──────────┼───────┼────────────┤ │ Vulkan │ 6 │ 0.58 sec │ ├──────────┼───────┼────────────┤ │ Total │ 15 │ ~3.9 sec │ └──────────┴───────┴────────────┘ Individual test breakdown: ROCM/HIP: - conv2d: 0.28s - fp4_f32_conversion: 0.39s - fp_to_subbyte: 0.43s - index: 0.27s - narrow_n_matmuls: 0.97s - subbyte_to_fp: 0.72s VMVX: - argmax: 0.04s - index: 0.04s - attention: 0.20s Vulkan: - argmax: 0.05s - index: 0.05s - map_gather: 0.13s - map_scatter: 0.12s - top-k: 0.19s - reverse: 0.05s All tests are fast (under 1 second each). The slowest is narrow_n_matmuls on ROCM at ~1 second. ``` Signed-off-by: hanhanW <hanhan0912@gmail.com> Signed-off-by: Keshav Vinayak Jha <keshavvinayakjha@gmail.com>
MaheshRavishankar
pushed a commit
to MaheshRavishankar/iree
that referenced
this pull request
Feb 24, 2026
…g#23174) Enable tests that were previously excluded but now pass: ROCM/HIP (tests/e2e/linalg): - conv2d, narrow_n_matmuls, subbyte_to_fp, fp_to_subbyte, fp4_f32_conversion, index VMVX (tests/e2e/linalg): - argmax, index VMVX (tests/e2e/linalg_ext_ops): - attention Vulkan (tests/e2e/linalg): - argmax, index Vulkan (tests/e2e/linalg_ext_ops): - map_gather, map_scatter, top-k Vulkan (tests/e2e/stablehlo_ops): - reverse Below is the additional testing time on my machine (using gfx1100): ``` ● Test execution times for newly enabled tests: ┌──────────┬───────┬────────────┐ │ Backend │ Tests │ Total Time │ ├──────────┼───────┼────────────┤ │ ROCM/HIP │ 6 │ 3.06 sec │ ├──────────┼───────┼────────────┤ │ VMVX │ 3 │ 0.28 sec │ ├──────────┼───────┼────────────┤ │ Vulkan │ 6 │ 0.58 sec │ ├──────────┼───────┼────────────┤ │ Total │ 15 │ ~3.9 sec │ └──────────┴───────┴────────────┘ Individual test breakdown: ROCM/HIP: - conv2d: 0.28s - fp4_f32_conversion: 0.39s - fp_to_subbyte: 0.43s - index: 0.27s - narrow_n_matmuls: 0.97s - subbyte_to_fp: 0.72s VMVX: - argmax: 0.04s - index: 0.04s - attention: 0.20s Vulkan: - argmax: 0.05s - index: 0.05s - map_gather: 0.13s - map_scatter: 0.12s - top-k: 0.19s - reverse: 0.05s All tests are fast (under 1 second each). The slowest is narrow_n_matmuls on ROCM at ~1 second. ``` Signed-off-by: hanhanW <hanhan0912@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable tests that were previously excluded but now pass:
ROCM/HIP (tests/e2e/linalg):
VMVX (tests/e2e/linalg):
VMVX (tests/e2e/linalg_ext_ops):
Vulkan (tests/e2e/linalg):
Vulkan (tests/e2e/linalg_ext_ops):
Vulkan (tests/e2e/stablehlo_ops):
Below is the additional testing time on my machine (using gfx1100):