Make directed_test support static libs
1.Make directed_test apps linked against static libs of hip, rocclr, rocr, roct and amd_comgr. 2.Remove custom_target amdhip64_static_combiner. 3.Support EXCLUDE_HIP_LIB_TYPE <static|shared>. 4.Simplify argument list parsing. 5.Fix hip_pch.o missing issue in samples' build. 6.Fix some original small bugs. Change-Id: I30f5e65367613152ce86b80b13e1c9f2a28da803
이 커밋은 다음에 포함됨:
@@ -9,6 +9,9 @@ if(NOT DEFINED HIP_PATH)
|
||||
endif()
|
||||
set(CMAKE_MODULE_PATH "${HIP_PATH}/cmake" ${CMAKE_MODULE_PATH})
|
||||
|
||||
# Search for rocm in common locations
|
||||
list(APPEND CMAKE_PREFIX_PATH ${HIP_PATH} /opt/rocm)
|
||||
|
||||
project(12_cmake)
|
||||
|
||||
set(HIP_CLANG_NUM_PARALLEL_JOBS 2)
|
||||
|
||||
@@ -37,7 +37,13 @@ Use the following commands to build and execute the sample
|
||||
```
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
For shared lib of hip rt,
|
||||
cmake ..
|
||||
Or for static lib of hip rt,
|
||||
cmake -DCMAKE_PREFIX_PATH="/opt/rocm/llvm/lib/cmake" ..
|
||||
|
||||
Then,
|
||||
make
|
||||
./MatrixTranspose
|
||||
```
|
||||
|
||||
새 이슈에서 참조
사용자 차단