Skip to content

Commit 0ac9f79

Browse files
committed
Reduce input size to fit in SM 12 smem.
1 parent a929f14 commit 0ac9f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cpp/test_combined_inner_outer_reduction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ TEST(StaticWarpReductionTest, StaticWarpReductionValidation) {
13271327
EnableOption::WarpSpecializedNormalization);
13281328

13291329
int64_t dim0 = 2048;
1330-
int64_t dim1 = 8192;
1330+
int64_t dim1 = 4096;
13311331
DataType dtype = DataType::Float;
13321332

13331333
auto fusion_ptr = std::make_unique<Fusion>();

0 commit comments

Comments
 (0)