remove binaries from tests directory
Signed-off-by: Jose Santos <josantos@amd.com>
[ROCm/rocprofiler-compute commit: 43bc78c1dd]
此提交包含在:
@@ -18,7 +18,7 @@ import test_utils
|
|||||||
config = {}
|
config = {}
|
||||||
config["omniperf"] = SourceFileLoader("omniperf", "src/omniperf").load_module()
|
config["omniperf"] = SourceFileLoader("omniperf", "src/omniperf").load_module()
|
||||||
config["kernel_name_1"] = "vecCopy(double*, double*, double*, int, int) [clone .kd]"
|
config["kernel_name_1"] = "vecCopy(double*, double*, double*, int, int) [clone .kd]"
|
||||||
config["app_1"] = ["./tests/vcopy_MI100", "-n", "1048576", "-b", "256", "-i", "3"]
|
config["app_1"] = ["./tests/vcopy", "-n", "1048576", "-b", "256", "-i", "3"]
|
||||||
config["cleanup"] = True
|
config["cleanup"] = True
|
||||||
config["COUNTER_LOGGING"] = False
|
config["COUNTER_LOGGING"] = False
|
||||||
config["METRIC_COMPARE"] = False
|
config["METRIC_COMPARE"] = False
|
||||||
@@ -269,7 +269,6 @@ def gpu_soc():
|
|||||||
elif gpu_id == "gfx908":
|
elif gpu_id == "gfx908":
|
||||||
return "MI100"
|
return "MI100"
|
||||||
elif gpu_id == "gfx90a":
|
elif gpu_id == "gfx90a":
|
||||||
config["app_1"] = ["./tests/vcopy_MI200", "-n", "1048576", "-b", "256", "-i", "3"]
|
|
||||||
return "MI200"
|
return "MI200"
|
||||||
elif gpu_id == "gfx900":
|
elif gpu_id == "gfx900":
|
||||||
return "vega10"
|
return "vega10"
|
||||||
|
|||||||
未顯示二進位檔案。
未顯示二進位檔案。
新增問題並參考
封鎖使用者