Hi, I am using a systems with Centos 8, with a GTX950, installed gcc-offload-nvptx.
I try to offload OpenMP code to GPU, using a very simple example with #omp target.
Unfortunately in compile I get the error messages:
ptxas fatal : Value ‘sm_30’ is not defined for option ‘gpu-name’
nvptx-as: ptxas returned 255 exit status
mkoffload: fatal error: x86_64-redhat-linux-accel-nvptx-none-gcc returned 1 exit status
compilation terminated.
How to deal with this ptxas fatal error?
Thnx