Skip to content

HIP, Windows: Add Windows-Clang-HIP platform module

Add a platform module for using clang for HIP on windows, based on the CXX module.

HIP language on windows works without this, but mixing with MSVC produces catastrofical results. Add the same restriction with HIP as C and C++ had prior: Either none are compiled with MSVC or all are.

clang-cl support for HIP does not work yet: it needs more work in both hip-lang-config.cmake and cmake itself.

Merge request reports