PSyclone icon indicating copy to clipboard operation
PSyclone copied to clipboard

Restrict OpenMP and OpenACC offloading intrinsics

Open sergisiso opened this issue 2 years ago • 0 comments

Currently we allow most Fortran intrinsics to be offloaded to GPUs with OpenMP and OpenACC directive, but not all of them are supported in GPUs. However, the standards are not clear which ones are supported and which are not. Is this compiler implementation dependent?

For nvfortarn OpenACC there is https://docs.nvidia.com/hpc-sdk/compilers/hpc-compilers-user-guide/#acc-fort-intrin-sum , but I haven't found explicit list for other compilers yet.

sergisiso avatar Aug 11 '22 13:08 sergisiso