Update ggml-sycl.cpp
Co-authored-by: AidanBeltonS <87009434+AidanBeltonS@users.noreply.github.com>
This commit is contained in:
parent
f746e7074e
commit
84ef62e8d5
1 changed files with 1 additions and 1 deletions
|
@ -2373,7 +2373,7 @@ namespace dpct
|
|||
q, a_trans, b_trans, m, n, k, &alpha_float, a, lda, b, ldb, &beta_float, c, ldc);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
#endif // __INTEL_MKL__
|
||||
default:
|
||||
throw std::runtime_error("the combination of data type is unsupported");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue