From 5f741f4632b861602fe2718574b6fdc2bb8f3ff5 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Tue, 27 Feb 2024 08:36:05 -0600 Subject: [PATCH] disable METRIC_COMPARE option Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: 26ff6da78b6b857816c9437d57433859d7d31fe1] --- projects/rocprofiler-compute/tests/test_profile_general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/tests/test_profile_general.py b/projects/rocprofiler-compute/tests/test_profile_general.py index 3665bfddf3..c65cda8bdd 100644 --- a/projects/rocprofiler-compute/tests/test_profile_general.py +++ b/projects/rocprofiler-compute/tests/test_profile_general.py @@ -21,7 +21,7 @@ config["kernel_name_1"] = "vecCopy(double*, double*, double*, int, int) [clone . config["app_1"] = ["./tests/vcopy", "-n", "1048576", "-b", "256", "-i", "3"] config["cleanup"] = True config["COUNTER_LOGGING"] = False -config["METRIC_COMPARE"] = True +config["METRIC_COMPARE"] = False config["METRIC_LOGGING"] = False baseline_opts = ["omniperf", "profile", "-n", "app_1", "-VVV"]