From 02bf0a8492ba701e26d54753b549c4a7d22b7602 Mon Sep 17 00:00:00 2001 From: Young Hui - AMD <145490163+yhuiYH@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:35:11 -0400 Subject: [PATCH] [rocprofiler-compute] Source files updated to reference super-repo URL (#1330) * source files updated to reference super-repo URL --- projects/rocprofiler-compute/CMakeLists.txt | 7 +++++-- projects/rocprofiler-compute/cmake/rocprofcompute.lua.in | 2 +- .../rocprofiler-compute/src/utils/gui_components/header.py | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/projects/rocprofiler-compute/CMakeLists.txt b/projects/rocprofiler-compute/CMakeLists.txt index ac54ecc7fc..a1e0934bd2 100644 --- a/projects/rocprofiler-compute/CMakeLists.txt +++ b/projects/rocprofiler-compute/CMakeLists.txt @@ -39,7 +39,8 @@ project( LANGUAGES C DESCRIPTION "A kernel-level profiling tool for machine learning/HPC workloads running on AMD MI GPUs" - HOMEPAGE_URL "https://github.com/ROCm/rocprofiler-compute" + HOMEPAGE_URL + "https://github.com/ROCm/rocm-systems/tree/develop/projects/rocprofiler-compute" ) set(PACKAGE_NAME "rocprofiler-compute") @@ -671,7 +672,9 @@ message(STATUS "Install tests: ${INSTALL_TESTS}") message(STATUS "Packaging config...") set(CPACK_GENERATOR "DEB" "RPM" CACHE STRING "") set(CPACK_PACKAGE_NAME "${PROJECT_NAME}" CACHE STRING "") -set(CPACK_PACKAGE_CONTACT "https://github.com/ROCm/rocprofiler-compute") +set(CPACK_PACKAGE_CONTACT + "https://github.com/ROCm/rocm-systems/tree/develop/projects/rocprofiler-compute" +) set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "ROCm Compute Profiler: tool for GPU performance profiling" ) diff --git a/projects/rocprofiler-compute/cmake/rocprofcompute.lua.in b/projects/rocprofiler-compute/cmake/rocprofcompute.lua.in index a085c20d88..bbd0273d08 100644 --- a/projects/rocprofiler-compute/cmake/rocprofcompute.lua.in +++ b/projects/rocprofiler-compute/cmake/rocprofcompute.lua.in @@ -12,7 +12,7 @@ whatis("Name: @PROJECT_NAME@") whatis("Version: @ROCPROFCOMPUTE_FULL_VERSION@") whatis("Keywords: Profiling, Performance, GPU") whatis("Description: tool for GPU performance profiling") -whatis("URL: https://github.com/ROCm/rocprofiler-compute") +whatis("URL: https://github.com/ROCm/rocm-systems/tree/develop/projects/rocprofiler-compute") -- Export environmental variables local topDir="@CMAKE_INSTALL_PREFIX@" diff --git a/projects/rocprofiler-compute/src/utils/gui_components/header.py b/projects/rocprofiler-compute/src/utils/gui_components/header.py index ea2393590c..b48aec9ce9 100644 --- a/projects/rocprofiler-compute/src/utils/gui_components/header.py +++ b/projects/rocprofiler-compute/src/utils/gui_components/header.py @@ -304,7 +304,7 @@ def get_header( children=[ # Report bug button html.A( - href="https://github.com/ROCm/rocprofiler-compute/issues", + href="https://github.com/ROCm/rocm-systems/issues", children=[ html.Button( className="report",