You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enable RemoveUnusedIdImplicitArguments for Xe family
RemoveUnusedIdImplicitArguments is an option to remove global_id_offset
and enqueued_local_size from kernel's implicit argument if they
are unused (true if kernel does not use get_global_id()).
Enable this option by default for Xe family.
0 commit comments