Dear Mat,
I want to accelerate my program using OpenMP. and I want to try OpenACC. If I use PGI Accelerator Visual Fortran , my program could be accerated?
Dear Mat,
I want to accelerate my program using OpenMP. and I want to try OpenACC. If I use PGI Accelerator Visual Fortran , my program could be accerated?
Hi Teslalady,
Porting an OpenMP code to OpenACC is great place to start. While not every OpenMP code will be able to see speed-up on a GPU, the fact that the code is already parallelized makes porting much easier.