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
Enable build Intel backend in onemkl interfaces on CUDA (#2229)
This PR suggests to enable `MKLGPU_BACKEND` and `MKLCPU_BACKEND` builds
in OneMKL Interfaces during build on CUDA with `--target=cuda` flag to
ensure that all available devices can be used
Previous implementation only allowed array allocation on `cuda::gpu`
device with `ONEAPI_DEVICE_SEELCTOR=cuda:gpu` env variable enabled and
threw RuntimeError otherwise.
0 commit comments