diff --git a/gpu-hip/docs/04-fortran.md b/gpu-hip/docs/04-fortran.md index 74f17e369..cb6e0e8b6 100644 --- a/gpu-hip/docs/04-fortran.md +++ b/gpu-hip/docs/04-fortran.md @@ -14,10 +14,10 @@ lang: en - HIP functions are callable from C, using `extern C`, compile hipcc - interoperability with Fortran via `iso_c_binding` * Fortran + HIP: - - link with Fortran + - link with hipcc or Fortran - needs wrappers and interfaces for all HIP calls * Hipfort: - - link with hipcc + - link with hipcc or fortran - Fortran Interface for GPU Kernel Libraries - HIP: HIP runtime, hipBLAS, hipSPARSE, hipFFT, hipRAND, hipSOLVER - ROCm: rocBLAS, rocSPARSE, rocFFT, rocRAND, rocSOLVER