Skip to content

Commit 7618d7f

Browse files
co63ocGITD245
authored andcommitted
Fix typo FlashAttention (PaddlePaddle#72627)
1 parent 8ee1483 commit 7618d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/phi/kernels/gpu/flash_attn_utils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ static void CheckFlashAttnStatus(const bool status) {
395395

396396
static void RaiseNotSupportedError(int version = 2) {
397397
PADDLE_THROW(common::errors::Unimplemented(
398-
"FlashAttentio%d is unsupported, please check "
398+
"FlashAttention %d is unsupported, please check "
399399
"the GPU compatibility and CUDA Version.",
400400
version));
401401
}

0 commit comments

Comments
 (0)