ROCm / gpufort

GPUFORT: S2S translation tool for CUDA Fortran and Fortran+X in the spirit of hipify

Home Page:https://rocmsoftwareplatform.github.io/gpufort/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow to disable output prettification and debug code generation

domcharrier opened this issue · comments

  • Add options that prevent generation of debug code into the HIP C++ kernels
  • Add options to disable prettification of generated HIP C++ code and formatted
    Fortran source

Background:

  • Some applications might want to use GPUFORT as a preprocessing step in an automated
    compilation process. Output formatting is not needed in this case.

Implemented.