diff --git a/rocclr/compiler/lib/utils/OPTIONS.def b/rocclr/compiler/lib/utils/OPTIONS.def index f0da7ee395..71ea48b73c 100644 --- a/rocclr/compiler/lib/utils/OPTIONS.def +++ b/rocclr/compiler/lib/utils/OPTIONS.def @@ -1234,6 +1234,13 @@ OPTION(OT_BOOL, \ false, 0, 0, NULL, \ "Force wave size 32 for compute shader compilation") +// -xnack +OPTION(OT_BOOL, \ + OA_RUNTIME|OVIS_SUPPORT|OVA_DISALLOWED|OFA_NORMAL, \ + "xnack", NULL, \ + SCXnack, \ + false, 0, 0, NULL, \ + "Enable the xnack feature for Finalizer/SC") /* Do not remove the following line. Any option should be