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
+7 -2
View File
@@ -79,7 +79,12 @@ class DatabaseConnector:
)
self.connection_info["db"] = (
"omniperf_" + str(self.args.team) + "_" + str(name) + "_" + str(soc)
"rocprofiler-compute_"
+ str(self.args.team)
+ "_"
+ str(name)
+ "_"
+ str(soc)
)
@demarcate
@@ -157,7 +162,7 @@ class DatabaseConnector:
is_full_workload_name = self.args.workload.count("_") >= 3
if not is_full_workload_name:
console_error(
"-w/--workload is not valid. Please use full workload name as seen in GUI when removing (i.e. omniperf_asw_vcopy_mi200)"
"-w/--workload is not valid. Please use full workload name as seen in GUI when removing (i.e. rocprofiler-compute_asw_vcopy_mi200)"
)
if (
self.connection_info["host"] == None