Skip to content

Commit

Permalink
Disable fp64 dynamic slice test
Browse files Browse the repository at this point in the history
  • Loading branch information
hsharsha committed Jul 1, 2024
1 parent 5f7bb79 commit a122b7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xla/service/gpu/fusions/loop_mlir_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ TEST_F(MlirLoopFusionTest, TupleBitcast) {
}

TEST_F(MlirLoopFusionTest, DynamicSliceWith64BitInput) {
GTEST_SKIP() << "This MLIR Dialect is not supported on ROCm";
// Lowering this kernel with 32 bit indices causes an underflow of `c`,
// resulting in slicing the last four elements instead of the first four.
constexpr auto kHloString = R"(
Expand Down

0 comments on commit a122b7f

Please sign in to comment.