Integral_DPCPP

0 0
  • 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

Intel Technologies
DevCloud, DPC++, Intel vTune

Code Samples [1]

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.

Repository

https://github.com/norhidayahm/integral_dpcpp

Comments (0)