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] Create kernel bundle when non-native specialization constants are unset (#4358)
The kernel bundle carrying the device memory used for specialization
constants on systems that do not support specialization constants
natively was only initialized if a specialization constant was either
written to or read from prior to kernel execution. These changes either
forces the creation of a kernel bundle if the kernel has a
specialization constant argument and a kernel bundle does not exist
already.
Signed-off-by: Steffen Larsen <[email protected]>
0 commit comments