This project implements the Quick Sort algorithm using Intel's Data Parallel C++ (DPC++) to leverage parallel computing across heterogeneous hardware platforms (CPU, GPU, FPGA). The goal is to ...
The DPC++ is a LLVM-based compiler project that implements compiler and runtime support for the SYCL* language. The project is hosted in the sycl branch and is synced with the tip of the LLVM upstream ...