You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nvcc build c_test_fortran.cxx example just fine, but hipcc from ROCm 5.3.0 does not find the header, which is actually provided by gfortran. This may require hacking include paths to workaround.
The text was updated successfully, but these errors were encountered:
It works on intel because they include their own copy of ISO_Fortran_binding.h. Presumably it works with nvcc because it forwards to gcc which is packaged in such a way that when gfortran is installed it knows to look for it's headers too. Not clear if it's part of a standard clang install (which both intel and hip cpp compilers are based on) or not.
nvcc build c_test_fortran.cxx example just fine, but hipcc from ROCm 5.3.0 does not find the header, which is actually provided by gfortran. This may require hacking include paths to workaround.
The text was updated successfully, but these errors were encountered: