From 4a70f68afbaa1957dd3bc0d810136835c3302c52 Mon Sep 17 00:00:00 2001 From: Ramesh Errabolu Date: Thu, 2 Feb 2017 14:08:16 -0600 Subject: [PATCH] Refactor Device Id to Asic Type Mapping Service Change-Id: I8969b41f7c4de9fdeee5131e2049053a486f64fb [ROCm/ROCR-Runtime commit: 7755bd5487831053d0218a831aec6ce5b76293ae] --- projects/rocr-runtime/runtime/hsa-runtime-tools/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/rocr-runtime/runtime/hsa-runtime-tools/CMakeLists.txt b/projects/rocr-runtime/runtime/hsa-runtime-tools/CMakeLists.txt index 09fdfd1176..8f439378df 100755 --- a/projects/rocr-runtime/runtime/hsa-runtime-tools/CMakeLists.txt +++ b/projects/rocr-runtime/runtime/hsa-runtime-tools/CMakeLists.txt @@ -125,7 +125,8 @@ set ( CMDWRITER_SRC ${TOOLS_SOURCE_DIR}/commandwriter/aql_hw_cmdwriter.cpp ${TOOLS_SOURCE_DIR}/commandwriter/pre_gfx9_factory.cpp ${TOOLS_SOURCE_DIR}/commandwriter/cmdwriter.cpp ) -set ( COMMON_SRC ${TOOLS_SOURCE_DIR}/common/amd_tools_interface.cpp ) +set ( COMMON_SRC ${TOOLS_SOURCE_DIR}/common/amd_asic_type.cpp + ${TOOLS_SOURCE_DIR}/common/amd_tools_interface.cpp ) set ( DEBUGGER_SRC ${TOOLS_SOURCE_DIR}/debugger/cwsr_trapstring_perf.cpp ${TOOLS_SOURCE_DIR}/debugger/gpu_trap_event.cpp