minor changes
This commit is contained in:
+3
-3
@@ -9,9 +9,9 @@ The library source tree:
|
||||
- test - test suit
|
||||
- MatrixTranspose - test based on HIP MatrixTranspose sample
|
||||
|
||||
Environment:
|
||||
$ export HIP_PATH=<HIP path>
|
||||
$ export HCC_HOME=<HCC path>
|
||||
Environment example:
|
||||
$ export HIP_PATH=/opt/rocm/hip
|
||||
$ export HCC_HOME=/opt/rocm/hcc
|
||||
$ export CMAKE_PREFIX_PATH=/opt/rocm/lib:/opt/rocm/include/hsa
|
||||
|
||||
To build:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
ROOT_PATH=../..
|
||||
LIB_PATH=$(ROOT_PATH)/b
|
||||
LIB_PATH=$(ROOT_PATH)/build
|
||||
LIB_NAME=roctracer64
|
||||
ROC_LIBS=-L$(LIB_PATH) -l$(LIB_NAME)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user