oneMKL icon indicating copy to clipboard operation
oneMKL copied to clipboard

[CUSOLVER] cuSOLVER handler does not support multiple streams

Open ericlars opened this issue 3 years ago • 1 comments

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

ericlars avatar Jul 29 '22 23:07 ericlars

@ericlars is this fixed and can be closed?

mmeterel avatar Sep 14 '22 05:09 mmeterel