DPC++ Programming On Nvidia GPU
DPC++ provide developers with the ability to write standard C++ code for heterogeneous systems, and accelerate execution using a range of different processors including CPUs, GPUs and FPGAs.
Software developers can use this implementation to target Nvidia GPUs using any SYCL code, without any porting or special tricks required. If you have existing SYCL code, or if you are writing new SYCL code, you can compile it and target Nvidia GPUs without modifications.
Doing a hands-on exercise will help you to learn how to invoke the compiler to compile your code for Nvidia hardware using DPC++.
Ruyman Reyes
Codeplay Software
Stuart Adams
Codeplay Software