mfem/mfem
CMakeLists.txt
:252
find_package(HIP REQUIRED)
find_package(HIP REQUIRED)
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
# option to find_package(HIP).
find_package(HIP REQUIRED)
find_package(HIP MODULE)