From e91970a39b76f4cb8d36e57fcfa5937d731112ea Mon Sep 17 00:00:00 2001 From: Ramesh Errabolu Date: Mon, 6 Feb 2017 23:53:27 -0600 Subject: [PATCH] Support Gfx9 and Pre-Gfx9 Thread Trace Drivers Change-Id: Ic3fea4006d76d1e3f58dde6f64c343a1261abe39 --- runtime/hsa-runtime-tools/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/hsa-runtime-tools/CMakeLists.txt b/runtime/hsa-runtime-tools/CMakeLists.txt index 642e5da260..575f1782ef 100755 --- a/runtime/hsa-runtime-tools/CMakeLists.txt +++ b/runtime/hsa-runtime-tools/CMakeLists.txt @@ -156,7 +156,9 @@ set ( PROFILER_SRC ${TOOLS_SOURCE_DIR}/profiler/gpu_countergroup.cpp ${TOOLS_SOURCE_DIR}/profiler/hsa_ext_profiler.cpp ) set ( THREAD_TRACE_SRC ${TOOLS_SOURCE_DIR}/threadtrace/thread_trace.cpp + ${TOOLS_SOURCE_DIR}/threadtrace/gfx9_factory.cpp ${TOOLS_SOURCE_DIR}/threadtrace/gfx9_thread_trace.cpp + ${TOOLS_SOURCE_DIR}/threadtrace/pre_gfx9_factory.cpp ${TOOLS_SOURCE_DIR}/threadtrace/pre_gfx9_thread_trace.cpp ) set ( SP3_R1000_SRC ${TOOLS_SOURCE_DIR}/sp3/Chip/R1000/sp3-asic.c