diff --git a/rocclr/utils/flags.hpp b/rocclr/utils/flags.hpp index db51b05314..f02a9e1224 100644 --- a/rocclr/utils/flags.hpp +++ b/rocclr/utils/flags.hpp @@ -233,7 +233,7 @@ release(bool, HIPRTC_USE_RUNTIME_UNBUNDLER, false, \ "Set this to true to force runtime unbundler in hiprtc.") \ release(size_t, HIP_INITIAL_DM_SIZE, 8 * Mi, \ "Set initial heap size for device malloc.") \ -release(bool, HIP_FORCE_DEV_KERNARG, 1, \ +release(bool, HIP_FORCE_DEV_KERNARG, 0, \ "Force device mem for kernel args.") \ release(bool, DEBUG_CLR_GRAPH_PACKET_CAPTURE, true, \ "Enable/Disable graph packet capturing") \