Update ggml-sycl.cpp

Co-authored-by: AidanBeltonS <87009434+AidanBeltonS@users.noreply.github.com>
This commit is contained in:
Ouadie EL FAROUKI 2024-04-03 11:57:51 +01:00 committed by GitHub
parent f746e7074e
commit 84ef62e8d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2373,7 +2373,7 @@ namespace dpct
q, a_trans, b_trans, m, n, k, &alpha_float, a, lda, b, ldb, &beta_float, c, ldc); q, a_trans, b_trans, m, n, k, &alpha_float, a, lda, b, ldb, &beta_float, c, ldc);
break; break;
} }
#endif #endif // __INTEL_MKL__
default: default:
throw std::runtime_error("the combination of data type is unsupported"); throw std::runtime_error("the combination of data type is unsupported");
} }