Skip to content

OpenACC examples

Orestis Korakitis requested to merge openacc-examples into master

With PUMPS upcoming, I added some OpenACC examples for people to check out and play with:

  • SAXPY: same with CUDA
  • NBODY: same with CUDA
  • matmul: I have written this from scratch during OmpSs-2@OpenACC dev and it is more CPU-like code, that shows combined SMP + OpenACC tasks

Merge request reports