Visible to Intel only — GUID: GUID-FBB6D2B9-5844-4C6D-8553-970BDFD52C4B
Visible to Intel only — GUID: GUID-FBB6D2B9-5844-4C6D-8553-970BDFD52C4B
oneDAL Usage
Information about dependencies needed to build and link your application with oneDAL are available from the oneDAL System Requirements.
A oneDAL-based application can seamlessly execute algorithms on CPU or GPU by picking the proper device selector. New capabilities also allow:
extracting SYCL* buffers from numeric tables and pass them to a custom kernel
creating numeric tables from SYCL buffers
Algorithms are optimized to reuse SYCL buffers to keep GPU data and remove overload from repeatedly copying data between GPU and CPU.