File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ using HopperMmaRSStMatrixTestParams = std::tuple<
405
405
PrimDataType,
406
406
MmaLayout,
407
407
MmaInputSmemSwizzle,
408
- std::vector<int >>;
408
+ std::vector<int64_t >>;
409
409
410
410
class HopperRSStmatrix
411
411
: public HopperBase,
@@ -415,7 +415,7 @@ class HopperRSStmatrix
415
415
MmaMacro macro;
416
416
PrimDataType dtype;
417
417
MmaInputSmemSwizzle swizzle_b;
418
- std::vector<int > tile_sizes;
418
+ std::vector<int64_t > tile_sizes;
419
419
420
420
void SetUp () override {
421
421
HopperBase::SetUp ();
@@ -574,8 +574,8 @@ INSTANTIATE_TEST_SUITE_P(
574
574
kAllSmemSwizzleModes,
575
575
testing::Values(
576
576
// M, N
577
- std::vector<int >{16 , 8 },
578
- std::vector<int >{16 , 16 })));
577
+ std::vector<int64_t >{16 , 8 },
578
+ std::vector<int64_t >{16 , 16 })));
579
579
580
580
INSTANTIATE_TEST_SUITE_P (
581
581
MmaTest,
You can’t perform that action at this time.
0 commit comments