You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intel llvm introduced multiple CUDA streams per SYCL queue which broke the cuSOLVER scope handler that assumed one stream per device per thread. This broke asynchronous submissions, in the short term synchronous cuSOLVER submissions should be used. See #209 and #215 for further details.
Version
All versions built with intel llvm after dd418459868a976cd2eeae367fea6b92795ea611.
Environment
cuSOLVER backend
The text was updated successfully, but these errors were encountered:
ericlars
added a commit
to ericlars/oneMKL
that referenced
this issue
Jul 30, 2022
Summary
Intel llvm introduced multiple CUDA streams per SYCL queue which broke the cuSOLVER scope handler that assumed one stream per device per thread. This broke asynchronous submissions, in the short term synchronous cuSOLVER submissions should be used. See #209 and #215 for further details.
Version
All versions built with intel llvm after dd418459868a976cd2eeae367fea6b92795ea611.
Environment
cuSOLVER backend
The text was updated successfully, but these errors were encountered: