Integral_DPCPP
- 0 Collaborators
This project is modified from the integral project from the course "Fundamentals of Parallelism on Intel Architecture" by Dr. Andrey Vladimirov in Coursera. The codes are converted to C++ and DPC++. ...learn more
Project status: Under Development
oneAPI, HPC, Performance Tuning
Overview / Usage
This project is modified from the integral project from the course "Fundamentals of Parallelism on Intel Architecture" by Dr. Andrey Vladimirov in Coursera. The codes are converted to C and DPC.
Methodology / Approach
The program is re-written by using parallel_for, sub_group, and work_group to evaluate the performance of the parallel processing.