Loading CMakeLists.txt +2 −2 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ elseif(CMAKE_HIP_ARCHITECTURES) find_package(rocprim REQUIRED CONFIG) find_package(rocthrust REQUIRED CONFIG) # includes rocThrust headers and roc::rocprim_hip target add_library(Thrust INTERFACE) add_library(Thrust INTERFACE IMPORTED) target_link_libraries(Thrust INTERFACE roc::rocthrust) else() set(ENABLE_GPU FALSE) Loading Loading @@ -79,4 +79,4 @@ add_subdirectory(tests) ### Installation Instructions ### install_bins(mpitest) install_libs(TARGETS mpiwrap Thrust HEADERS include/mpiwrap.hh) install_libs(TARGETS mpiwrap HEADERS include/mpiwrap.hh) Loading
CMakeLists.txt +2 −2 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ elseif(CMAKE_HIP_ARCHITECTURES) find_package(rocprim REQUIRED CONFIG) find_package(rocthrust REQUIRED CONFIG) # includes rocThrust headers and roc::rocprim_hip target add_library(Thrust INTERFACE) add_library(Thrust INTERFACE IMPORTED) target_link_libraries(Thrust INTERFACE roc::rocthrust) else() set(ENABLE_GPU FALSE) Loading Loading @@ -79,4 +79,4 @@ add_subdirectory(tests) ### Installation Instructions ### install_bins(mpitest) install_libs(TARGETS mpiwrap Thrust HEADERS include/mpiwrap.hh) install_libs(TARGETS mpiwrap HEADERS include/mpiwrap.hh)