Description
GPU offloading support for Intel oneAPI Math Kernel Library through SYCL. It lets compatible numerical applications send selected math workloads to supported accelerator hardware instead of keeping all work on the CPU.
This is useful for developers and scientific software that already uses oneAPI/SYCL. It does not make every program faster automatically; the application must be built to use this backend.