Skip to content

Commit 15dac16

Browse files
CuiYifengCopilot
andauthored
Fix typo
Co-authored-by: Copilot <[email protected]>
1 parent 1a9243a commit 15dac16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ATen/native/xpu/mkl/BatchLinearAlgebra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void error_handle(int32_t* infos, const oneapi::mkl::lapack::batch_error& be) {
4343
auto ids = be.ids();
4444

4545
if (!errs.size()) {
46-
std::cout << "Cathed lapack exception:"
46+
std::cout << "Caught lapack exception:"
4747
<< "\nWhat: " << be.what() << "\nInfo: " << be.info()
4848
<< std::endl;
4949
for (auto& i : ids) {

0 commit comments

Comments
 (0)