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
[SYCL] Simplify arguments to computeModuleProperties (#15271)
Computing information about spec consts is difficult for callers when
module properties generation and splitting are separate. Simplify it by
storing information in module we can use invisibly to the caller.
This will be used for thinLTO, where we split early and compute module
properties later.
This should be basically NFC.
Signed-off-by: Sarnie, Nick <[email protected]>
0 commit comments