Correct ROCr library path in rocrtst.

Change-Id: I3624f37e256a0b61f55b1eb1ae48dabd87481b5f
Bu işleme şunda yer alıyor:
Sean Keely
2019-08-22 16:50:04 -05:00
ebeveyn f343f6706e
işleme 324e0e5e0a
+3 -2
Dosyayı Görüntüle
@@ -53,8 +53,9 @@ endif()
# Required Defines first:
set(ROCR_INC_DIR ${ROCM_DIR}/include)
set(ROCR_LIB_DIR ${ROCM_DIR}/lib)
set(ROCR_LIB_DIR ${ROCM_DIR}/hsa/lib)
set(ROCM_SMI_INC_DIR ${ROCM_DIR}/include)
set(ROCM_SMI_LIB_DIR ${ROCM_DIR}/lib)
#
# Determine ROCR Header files are present
#
@@ -227,7 +228,7 @@ aux_source_directory(${ROCRTST_ROOT}/common common_srcs)
# Specify the directory containing various libraries of ROCR
# to be linked against for building ROC Perf applications
#
LINK_DIRECTORIES(${ROCR_LIB_DIR})
LINK_DIRECTORIES(${ROCR_LIB_DIR} ${ROCM_SMI_LIB_DIR})
#
# Extend the list of libraries to be used for linking ROC Perf Apps