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). +