Skip to content

Commit 1e22daf

Browse files
CopilotLoserCheems
andcommitted
Fix semicolon typo in for loop
Co-authored-by: LoserCheems <124847097+LoserCheems@users.noreply.github.com>
1 parent 765fe4c commit 1e22daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/src/flash_attention_fwd_kernel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ inline __device__ void compute_attn_1rowblock(const Params &params, const int bi
572572
}
573573
}
574574
}
575-
};
575+
}
576576

577577
FLASH_NAMESPACE::cp_async_wait<0>();
578578
__syncthreads();

0 commit comments

Comments
 (0)