Skip to content

Commit

Permalink
Merge pull request #24 from ROCm/rocm-jaxlib-v0.4.28-qa-disable-fp64d…
Browse files Browse the repository at this point in the history
…ynslice

Disable fp64 dynamic slice test
  • Loading branch information
i-chaochen authored Jul 2, 2024
2 parents 5f7bb79 + a122b7f commit 38d36df
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 38d36df

Please sign in to comment.