From 64d8b6322ae52fac037fce2284ade5f389694a0d Mon Sep 17 00:00:00 2001 From: Evgeny Date: Thu, 9 Nov 2017 21:51:33 -0600 Subject: [PATCH] adding pseudo realistic metrics [ROCm/rocprofiler commit: f3145f30d826f92003ce63884e31db42402734c3] --- projects/rocprofiler/CMakeLists.txt | 2 +- projects/rocprofiler/test/input.xml | 2 +- projects/rocprofiler/test/metrics.xml | 30 ++++++++++++++++++++++++++- 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/projects/rocprofiler/CMakeLists.txt b/projects/rocprofiler/CMakeLists.txt index 5649152cb4..6f50ad26df 100644 --- a/projects/rocprofiler/CMakeLists.txt +++ b/projects/rocprofiler/CMakeLists.txt @@ -87,7 +87,7 @@ set ( CPACK_PACKAGE_VERSION_MINOR ${BUILD_VERSION_MINOR} ) set ( CPACK_PACKAGE_VERSION_PATCH ${BUILD_VERSION_PATCH} ) set ( CPACK_PACKAGE_CONTACT "Advanced Micro Devices Inc." ) set ( CPACK_PACKAGE_DESCRIPTION_SUMMARY "ROCPROFILER library for AMD HSA runtime API extension support" ) -set ( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.md" ) +set ( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE" ) ## Debian package specific variables set ( CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://github.com/RadeonOpenCompute/HSA-RocProfiler" ) diff --git a/projects/rocprofiler/test/input.xml b/projects/rocprofiler/test/input.xml index 9a51eb2b82..884cb0cfb3 100644 --- a/projects/rocprofiler/test/input.xml +++ b/projects/rocprofiler/test/input.xml @@ -1,4 +1,4 @@ - + + + + + + + + + + + + - + # VFETCH_INSTS + # The average number of vector fetch instructions from the video memory executed per work-item (affected by flow control). + # Excludes FLAT instructions that fetch from video memory. + + + # VWRITE_INSTS + # The average number of vector write instructions to the video memory executed per work-item (affected by flow control). Excludes FLAT instructions that write to video memory. + + + # SFETCH_INSTS + # The average number of scalar fetch instructions from the video memory executed per work-item (affected by flow control). +