From 9bd79bc1605dd7f11f00c995c257e71387b83cb3 Mon Sep 17 00:00:00 2001 From: Ivana Mitrovic Date: Mon, 26 Aug 2024 09:40:28 -0700 Subject: [PATCH] tests: Fix gpu-tests (#1515) This PR resolves the issue with the failing daily tests. Change-Id: I984b09a6b69701a7a57b36e3346e55245f2fa04a --- tests/gem5/gpu/test_gpu_apu_se.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gem5/gpu/test_gpu_apu_se.py b/tests/gem5/gpu/test_gpu_apu_se.py index 66f77a4fee..594a2b3b14 100644 --- a/tests/gem5/gpu/test_gpu_apu_se.py +++ b/tests/gem5/gpu/test_gpu_apu_se.py @@ -89,7 +89,7 @@ gem5_verify_config( "-c", joinpath(resource_path, "allSyncPrims-1kernel"), "--options", - "lfTreeBarrUniq 10 16 4 10 16 4", + "lfTreeBarrUniq 10 16 4", ], valid_isas=(constants.vega_x86_tag,), valid_hosts=(constants.host_gcn_gpu_tag,),