From e47e613948d5286b8aa2978499c6bed9b443360b Mon Sep 17 00:00:00 2001 From: kjayapra-amd Date: Mon, 24 Oct 2022 14:03:41 -0700 Subject: [PATCH] SWDEV-363865 - Use COMGR path to unbundle code object in HIPRTC. Change-Id: Ie6a48ab2792bb3f7ae1e62d716ecc35b8e24fe16 [ROCm/clr commit: 7319dc36c11b77f27bf8cd29dc48d1c896d1caaf] --- projects/clr/rocclr/utils/flags.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/clr/rocclr/utils/flags.hpp b/projects/clr/rocclr/utils/flags.hpp index 901d078d72..bd13c0e2c2 100644 --- a/projects/clr/rocclr/utils/flags.hpp +++ b/projects/clr/rocclr/utils/flags.hpp @@ -277,7 +277,9 @@ release(bool, ROC_SKIP_KERNEL_ARG_COPY, false, \ release(bool, GPU_STREAMOPS_CP_WAIT, false, \ "Force the stream wait memory operation to wait on CP.") \ release(bool, HIP_USE_RUNTIME_UNBUNDLER, false, \ - "Use HIP runtime unbundler") \ + "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.") \ namespace amd {