Skip to content

Commit

Permalink
Selective GPU test
Browse files Browse the repository at this point in the history
Signed-off-by: Stanley Winata <stanley.winata@amd.com>
  • Loading branch information
raikonenfnu committed Jul 15, 2024
1 parent 36ca8ea commit b80417f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/e2e/matmul/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2318,6 +2318,11 @@ iree_generated_e2e_runner_test(
"requires-gpu-cdna3"
)

elseif(IREE_HIP_TEST_TARGET_CHIP MATCHES "^gfx94")

# I8 Intrinsics has different layout on CDNA3/gfx94x,
# and only CDNA3/gfx94x has F8 intrinsics.

iree_generated_e2e_runner_test(
NAME
e2e_matmul_rocm_f8_large_cdna3_mfma
Expand Down

0 comments on commit b80417f

Please sign in to comment.