CMAKE_HIP_KNOWN_FEATURES.rst 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. CMAKE_HIP_KNOWN_FEATURES
  2. ------------------------
  3. .. versionadded:: 3.30
  4. List of HIP features known to this version of CMake.
  5. The features listed in this global property may be known to be available to the
  6. HIP compiler. If the feature is available with the HIP compiler, it will
  7. be listed in the :variable:`CMAKE_HIP_COMPILE_FEATURES` variable.
  8. The features listed here may be used with the :command:`target_compile_features`
  9. command. See the :manual:`cmake-compile-features(7)` manual for information on
  10. compile features and a list of supported compilers.
  11. The features known to this version of CMake are:
  12. ``hip_std_98``
  13. Compiler mode is at least HIP/C++ 98.
  14. ``hip_std_11``
  15. Compiler mode is at least HIP/C++ 11.
  16. ``hip_std_14``
  17. Compiler mode is at least HIP/C++ 14.
  18. ``hip_std_17``
  19. Compiler mode is at least HIP/C++ 17.
  20. ``hip_std_20``
  21. Compiler mode is at least HIP/C++ 20.
  22. ``hip_std_23``
  23. Compiler mode is at least HIP/C++ 23.
  24. ``hip_std_26``
  25. .. versionadded:: 3.30
  26. Compiler mode is at least HIP/C++ 26.
  27. .. include:: include/CMAKE_LANG_STD_FLAGS.rst