From 8e5205bb3ac6bccc8e3c026ef51ad53a67ecc945 Mon Sep 17 00:00:00 2001 From: German Andryeyev Date: Fri, 29 Apr 2022 14:16:34 -0400 Subject: [PATCH] SWDEV-335142 - Increase max dispatch limit for capture Change-Id: I929808476a75f4c360cd9368b777e1a0109fdb82 --- rocclr/utils/flags.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocclr/utils/flags.hpp b/rocclr/utils/flags.hpp index a511319aab..2f20b84044 100644 --- a/rocclr/utils/flags.hpp +++ b/rocclr/utils/flags.hpp @@ -182,7 +182,7 @@ release(bool, OCL_CODE_CACHE_RESET, false, \ "1 = Reset the compiler code cache storage") \ release_on_stg(bool, PAL_DISABLE_SDMA, false, \ "1 = Disable SDMA for PAL") \ -release(uint, PAL_RGP_DISP_COUNT, 50, \ +release(uint, PAL_RGP_DISP_COUNT, 10000, \ "The number of dispatches for RGP capture with SQTT") \ release(uint, PAL_MALL_POLICY, 0, \ "Controls the behaviour of allocations with respect to the MALL" \