Skip to content

Commit

Permalink
PR openxla#17432: [ROCm] Skip Parametric/TestF16/MajorToMinor tests a…
Browse files Browse the repository at this point in the history
…s it requires trit…

Imported from GitHub PR openxla#17432

…on gemm

This fails due to cce3b37 which disables triton gemm on ROCm.
Copybara import of the project:

--
9a47e05 by Harsha HS <[email protected]>:

[ROCm] Skip Parametric/TestF16/MajorToMinor tests as it requires triton gemm

Merging this change closes openxla#17432

COPYBARA_INTEGRATE_REVIEW=openxla#17432 from ROCm:ci_skip_dot_tests_on_ROCm_20240924 9a47e05
PiperOrigin-RevId: 688477932
  • Loading branch information
hsharsha committed Jan 7, 2025
1 parent e9826d8 commit 88b0040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xla/tests/dot_operation_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ class ParametricDotTest : public DotOperationTest,
std::string_view name(
::testing::UnitTest::GetInstance()->current_test_info()->name());
if (name.find("TestF16/270x270x520_MajorToMinor") != std::string::npos) {
GTEST_SKIP() << "Not supported on ROCm until Triton is re-enabled.";
execution_options_.mutable_debug_options()->set_xla_gpu_autotune_level(
0);
DotTestParam param = GetParam();
Expand Down

0 comments on commit 88b0040

Please sign in to comment.