cmake find_package(HIP) examples

mfem/mfem CMakeLists.txt :252

find_package(HIP REQUIRED)

ICLDisco/parsec CMakeLists.txt :742

find_package(HIP QUIET) #quiet because hip-config.cmake is not part of core-cmake and will spam a loud warning when hip/rocm is not installed

LLNL/sundials cmake/SundialsSetupHIP.cmake :56

# option to find_package(HIP).

LLNL/sundials cmake/SundialsSetupHIP.cmake :58

find_package(HIP REQUIRED)

xiaoyeli/superlu_dist CMakeLists.txt :311

find_package(HIP MODULE)