Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information