You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It uses whichever CXX/C compiler is passed to the LLVM test suite as
CMAKE_CXX_COMPILER or CMAKE_C_COMPILER to compile kokkos.
The inclusion of kokkos to build and test is enabled via CMake flag
EXTERNAL_HIP_TESTS_KOKKOS=ON.
Version tag can be given via EXTERNAL_HIP_TESTS_KOKKOS_TAG to specify
the specific tag that the system should use to download, build, and test.
If not specified otherwise the version will default to 4.5.01 (currently
most recent version available).
0 commit comments