HIPCXX.rst 506 B

12345678910111213
  1. HIPCXX
  2. ------
  3. .. versionadded:: 3.21
  4. .. include:: include/ENV_VAR.rst
  5. Preferred executable for compiling ``HIP`` language files. Will only be used by
  6. CMake on the first configuration to determine ``HIP`` compiler, after which the
  7. value for ``HIP`` is stored in the cache as
  8. :variable:`CMAKE_HIP_COMPILER <CMAKE_<LANG>_COMPILER>`. For any configuration
  9. run (including the first), the environment variable will be ignored if the
  10. :variable:`CMAKE_HIP_COMPILER <CMAKE_<LANG>_COMPILER>` variable is defined.