Skip to content

Commit

Permalink
[ROCm] Disable triton gemm while running determinsim test
Browse files Browse the repository at this point in the history
  • Loading branch information
hsharsha committed Aug 21, 2024
1 parent ca5fb49 commit be97509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xla/service/gpu/determinism_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ ENTRY e {
if (!rocm.has_hipblaslt()) {
GTEST_SKIP() << "No hipblas-lt support on this architecture!";
}
debug_options_.set_xla_gpu_enable_triton_gemm(false);
#endif // TENSORFLOW_USE_ROCM

debug_options_.set_xla_gpu_triton_fusion_level(0);
Expand Down

0 comments on commit be97509

Please sign in to comment.