diff --git a/tests/test_profile_general.py b/tests/test_profile_general.py index 5924f934f7..d606da7c6b 100644 --- a/tests/test_profile_general.py +++ b/tests/test_profile_general.py @@ -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" diff --git a/tests/vcopy_MI100 b/tests/vcopy_MI100 deleted file mode 100755 index 734c218be8..0000000000 Binary files a/tests/vcopy_MI100 and /dev/null differ diff --git a/tests/vcopy_MI200 b/tests/vcopy_MI200 deleted file mode 100755 index 9db51f8296..0000000000 Binary files a/tests/vcopy_MI200 and /dev/null differ