SWDEV-241902 - Disable COMGR unbundler and use legacy Runtime unbundler.

Change-Id: I04128a40f67f3e5ce0db935a0a733b7044d75c34
Этот коммит содержится в:
kjayapra-amd
2023-01-03 09:30:23 -08:00
родитель 2eef0f8dd3
Коммит 79f0b8b794
+1 -1
Просмотреть файл
@@ -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.") \