Rename Omniperf to ROCm Compute Profiler (#428)

- Update filenames.
- Update executable to `rocprof-compute` 
- Update update package to `rocprofiler-compute`
- Update name in application output and logs
- Update name in README files
- Update testing and workflows

---------

Signed-off-by: Xuan Chen <xuchen@amd.com>
This commit is contained in:
xuchen-amd
2024-11-01 12:20:21 -04:00
committed by GitHub
parent 2de2faf944
commit 31b4de1a38
379 changed files with 1976 additions and 1843 deletions
+2 -2
View File
@@ -25,5 +25,5 @@
from pathlib import Path
# NB: Creating a new module to share global vars across modules
omniperf_home = Path(__file__).resolve().parent
prog = "omniperf"
rocprof_compute_home = Path(__file__).resolve().parent
prog = "rocprofiler-compute"