SWDEV-334508 - Testing & fix for HIP samples on Linux and Windows. (#2711)

Change-Id: I6edc0d6dc7ce8f2223381baddacbc5063b6d4983
This commit is contained in:
ROCm CI Service Account
2022-06-02 17:00:05 +05:30
committed by GitHub
parent b790ecdf6c
commit bfe584b134
28 changed files with 95 additions and 31 deletions
@@ -31,7 +31,7 @@ if(NOT DEFINED HIP_PATH)
endif()
endif()
set(CMAKE_MODULE_PATH "${HIP_PATH}/cmake" ${CMAKE_MODULE_PATH})
set(CMAKE_HIP_ARCHITECTURES OFF)
project(12_cmake)
set(HIP_CLANG_NUM_PARALLEL_JOBS 2)
@@ -58,4 +58,4 @@ find_package(hip QUIET)
if(TARGET hip::host)
message(STATUS "Found hip::host at ${hip_DIR}")
target_link_libraries(${MY_TARGET_NAME} hip::host)
endif()
endif()