Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ static void CheckFlashAttnStatus(const mcflashattnStatus_t status) {
static void RaiseNotSupportedError() {
PADDLE_THROW(
phi::errors::Unimplemented("FlashAttention is unsupported, please check "
"the GPU compability and CUDA Version."));
"the GPU compatibility and CUDA Version."));
}

} // namespace phi
2 changes: 1 addition & 1 deletion backends/metax_gpu/tests/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ while getopts "i:o:v:j:b:h" opt; do
exit 0
;;
\?)
echo "error: unknow option '-$OPTARG'."
echo "error: unknown option '-$OPTARG'."
exit 1
;;
:)
Expand Down
Loading