remove binaries from tests directory

Signed-off-by: Jose Santos <josantos@amd.com>


[ROCm/rocprofiler-compute commit: 43bc78c1dd]
此提交包含在:
Jose Santos
2024-03-12 12:35:10 -05:00
提交者 Karl W. Schulz
父節點 ea4dd893a1
當前提交 5b53f2a28c
共有 3 個檔案被更改,包括 1 行新增2 行删除
+1 -2
查看文件
@@ -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"
未顯示二進位檔案。
未顯示二進位檔案。