remove binaries from tests directory

Signed-off-by: Jose Santos <josantos@amd.com>
This commit is contained in:
Jose Santos
2024-03-12 12:35:10 -05:00
gecommit door Karl W. Schulz
bovenliggende c4bd700a2d
commit 43bc78c1dd
3 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
+1 -2
Bestand weergeven
@@ -18,7 +18,7 @@ import test_utils
config = {}
config["omniperf"] = SourceFileLoader("omniperf", "src/omniperf").load_module()
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["COUNTER_LOGGING"] = False
config["METRIC_COMPARE"] = False
@@ -269,7 +269,6 @@ def gpu_soc():
elif gpu_id == "gfx908":
return "MI100"
elif gpu_id == "gfx90a":
config["app_1"] = ["./tests/vcopy_MI200", "-n", "1048576", "-b", "256", "-i", "3"]
return "MI200"
elif gpu_id == "gfx900":
return "vega10"
Binair bestand niet weergegeven.
Binair bestand niet weergegeven.