Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 502 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 502 Bytes

syclthrust

Partial thrust implementation using SYCL USM extension. Will include at least device_vector, host_vector, and copy. Used to prototype SYCL/DPC++ support for Intel GPUs backing gtensor.

Dependencies

Requires a SYCL implementation that supports the USM extension. As of April 2020, only Intel DPC++ (either installed via oneAPI beta06, or from source at intel/llvm github.