From bb1758354564c56e05753b8b9fd3f51d7f895575 Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Wed, 21 Feb 2024 22:39:11 +0000 Subject: [PATCH] SWDEV-443760 - Disable HIP_FORCE_DEV_KERNARG by default Change-Id: I8c3d8e65aa954bd28499eebefbc532d1177445dc [ROCm/clr commit: b954d0d6e07c781ab7eb4352d1a50a4300eddc4f] --- projects/clr/rocclr/utils/flags.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/utils/flags.hpp b/projects/clr/rocclr/utils/flags.hpp index db51b05314..f02a9e1224 100644 --- a/projects/clr/rocclr/utils/flags.hpp +++ b/projects/clr/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") \