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
Refine fft and lu_solve kernels on XPU device (#1757)
This PR is to refine fft and lu_solve kernels:
- Removed the unnecessary `event.wait_and_throw()` call in `_mkl_dft`,
relying instead on `queue.throw_asynchronous()` for error propagation
without blocking.
- Add error handling for batched LU solve operations.
0 commit comments