Using OpenMP and PGPROF

Thank you Dave it works now for OpenMP !

For the profiler when I use : #include “cuda_profiler_api.h”
I get an error, it seems that the compiler doesn’t understand this file.

I also have another question about cudaMallocPitch : does it works for 3D arrays ? If not, I have to pad myself the arrays ?

Thanks again.