From 42e751519b9dcb3d9d525d628202276ab85fb260 Mon Sep 17 00:00:00 2001 From: Ramesh Errabolu Date: Wed, 15 Feb 2017 21:50:23 -0600 Subject: [PATCH] Enable code for Perf Cntrs for gfx900 - AI family device Change-Id: I4659da1a8db17392016fc90c8ea19b5805b5d3aa --- 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 2ae622e390..1ec569fc87 100755 --- a/runtime/hsa-runtime-tools/CMakeLists.txt +++ b/runtime/hsa-runtime-tools/CMakeLists.txt @@ -157,6 +157,8 @@ set ( PROFILER_SRC ${TOOLS_SOURCE_DIR}/profiler/gpu_countergroup.cpp ${TOOLS_SOURCE_DIR}/profiler/ci_pmu.cpp ${TOOLS_SOURCE_DIR}/profiler/vi_blockinfo.cpp ${TOOLS_SOURCE_DIR}/profiler/vi_pmu.cpp + ${TOOLS_SOURCE_DIR}/profiler/ai_blockinfo.cpp + ${TOOLS_SOURCE_DIR}/profiler/ai_pmu.cpp ${TOOLS_SOURCE_DIR}/profiler/hsa_ext_profiler.cpp ) set ( THREAD_TRACE_SRC ${TOOLS_SOURCE_DIR}/threadtrace/thread_trace.cpp