Skip to content

Commit 0ce9520

Browse files
committed
HIP now respects highter launch dimension similar to CUDA
1 parent c05a4a4 commit 0ce9520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xla/service/gpu/tests/gpu_kernel_tiling_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ TEST_F(GpuKernelTilingTest, ReductionInputTooLarge) {
420420
if (xla::PlatformUtil::CanonicalPlatformName("gpu").value() == "rocm") {
421421
EXPECT_THAT(status.message(),
422422
::testing::ContainsRegex(
423-
"Kernel '.*' launch needs more blocks [(]2147483648, 1[)] "
423+
"Kernel '.*' launch needs more blocks [(]4294967296, 1[)] "
424424
"than allowed by hardware [(]2147483647, 65536[)]"));
425425
} else {
426426
EXPECT_THAT(status.message(),

0 commit comments

Comments
 (0)