From 76192d1cd33c72b4c0e54c5961364b589681d3f2 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Tue, 5 Jun 2018 00:44:23 +0000 Subject: [PATCH] minor changes --- README.md | 6 +++--- test/MatrixTranspose/Makefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 11d114c2c7..8762cf2830 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ The library source tree: - test - test suit - MatrixTranspose - test based on HIP MatrixTranspose sample -Environment: -$ export HIP_PATH= -$ export HCC_HOME= +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: diff --git a/test/MatrixTranspose/Makefile b/test/MatrixTranspose/Makefile index a302d4eb98..ab1ad4c78e 100644 --- a/test/MatrixTranspose/Makefile +++ b/test/MatrixTranspose/Makefile @@ -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)