Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhan committed Jul 2, 2024
1 parent c3c7089 commit 1384ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/contrib_ops/rocm/bert/group_query_attention.cu
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ Status GroupQueryAttention<T>::ComputeInternal(OpKernelContext* ctx) const {

return Status::OK();
#else
return ORT_MAKE_STATUS(ONNXRUNTIME, EP_FAIL, "GroupQueryAttention requires ck_tiles to be enabled");
return ORT_MAKE_STATUS(ONNXRUNTIME, EP_FAIL, "GroupQueryAttention requires ck_tile to be enabled");
#endif
}

Expand Down

0 comments on commit 1384ff4

Please sign in to comment.