Revert "Make directed_test support static libs"
This reverts commit b41a769517.
Reason for revert: <INSERT REASONING HERE>
Change-Id: Ib2d1084ea21461f70f96f95c6025a08f88288357
This commit is contained in:
@@ -9,9 +9,6 @@ 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,13 +37,7 @@ 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user