...
OpenACC is only supported by the Cray Fortran compiler and GCC for C and C++.
Compiling HIP code or HIP_MPI code
Code Block |
---|
$ module load rocm/version $ hipcc foo.cpp |
...
...
OpenACC is only supported by the Cray Fortran compiler and GCC for C and C++.
Code Block |
---|
$ module load rocm/version $ hipcc foo.cpp |
...