Remove duplicated cutlass::arch::wait_on_dependent_grids();

This commit is contained in:
HydraQYH
2025-11-21 11:10:09 +08:00
parent 929e1e0259
commit ff7f2dcdfb
2 changed files with 0 additions and 8 deletions

View File

@@ -608,10 +608,6 @@ public:
// Get pipeline stage increments from tensor shapes
auto k_tile_count = size<3>(gA_mkl);
// Ensure that the kernel does not touch
// unflushed global memory prior to this instruction
cutlass::arch::wait_on_dependent_grids();
if (warp_group_role == WarpGroupRole::Producer) {
cutlass::arch::warpgroup_reg_dealloc<LoadRegisterRequirement>();

View File

@@ -646,10 +646,6 @@ public:
// Get pipeline stage increments from tensor shapes
auto k_tile_count = size<3>(gA_mkl);
// Ensure that the kernel does not touch
// unflushed global memory prior to this instruction
cutlass::arch::wait_on_dependent_grids();
if (warp_group_role == WarpGroupRole::Producer) {
cutlass::arch::warpgroup_reg_dealloc<LoadRegisterRequirement>();