From 79f0b8b794f78e9bb1bb00458617892fd97766d5 Mon Sep 17 00:00:00 2001 From: kjayapra-amd Date: Tue, 3 Jan 2023 09:30:23 -0800 Subject: [PATCH] SWDEV-241902 - Disable COMGR unbundler and use legacy Runtime unbundler. Change-Id: I04128a40f67f3e5ce0db935a0a733b7044d75c34 --- 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 bd13c0e2c2..672c787db5 100644 --- a/rocclr/utils/flags.hpp +++ b/rocclr/utils/flags.hpp @@ -276,7 +276,7 @@ release(bool, ROC_SKIP_KERNEL_ARG_COPY, false, \ "If true, then runtime can skip kernel arg copy") \ release(bool, GPU_STREAMOPS_CP_WAIT, false, \ "Force the stream wait memory operation to wait on CP.") \ -release(bool, HIP_USE_RUNTIME_UNBUNDLER, false, \ +release(bool, HIP_USE_RUNTIME_UNBUNDLER, true, \ "Force this to use Runtime code object unbundler.") \ release(bool, HIPRTC_USE_RUNTIME_UNBUNDLER, false, \ "Set this to true to force runtime unbundler in hiprtc.") \