From 2c5754844fdf502b61e48197ce77c7a822521491 Mon Sep 17 00:00:00 2001 From: German Andryeyev <56892148+gandryey@users.noreply.github.com> Date: Tue, 25 Nov 2025 11:30:32 -0500 Subject: [PATCH] SWDEV-465041 - Enable direct dispatch under Linux by default. (#1934) --- 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 9b1179be36..f7d774cd85 100644 --- a/projects/clr/rocclr/utils/flags.hpp +++ b/projects/clr/rocclr/utils/flags.hpp @@ -179,7 +179,7 @@ release(uint, HIP_HOST_COHERENT, 0, \ release(uint, AMD_OPT_FLUSH, 1, \ "Kernel flush option , 0x0 = Use system-scope fence operations." \ "0x1 = Use device-scope fence operations when possible.") \ -release(bool, AMD_DIRECT_DISPATCH, false, \ +release(bool, AMD_DIRECT_DISPATCH, IS_LINUX, \ "Enable direct kernel dispatch.") \ release(uint, HIP_HIDDEN_FREE_MEM, 0, \ "Reserve free mem reporting in Mb" \