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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user