[rocprofiler-compute] Source files updated to reference super-repo URL (#1330)

* source files updated to reference super-repo URL
Bu işleme şunda yer alıyor:
Young Hui - AMD
2025-10-15 15:35:11 -04:00
işlemeyi yapan: GitHub
ebeveyn 161e44c425
işleme 02bf0a8492
3 değiştirilmiş dosya ile 7 ekleme ve 4 silme
+5 -2
Dosyayı Görüntüle
@@ -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"
)
+1 -1
Dosyayı Görüntüle
@@ -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@"
+1 -1
Dosyayı Görüntüle
@@ -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",