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] Remove build options from fast kernel cache key (#16101)
Build options were removed from Kernel cache key in
#11351 to reduce the kernel lookup
overhead.
This PR removes build options from fast kernel cache key as well.
Quoting #11351
> This can be done because they are either empty or set by the
environment variable so they stay the same for the entire program
lifecycle for the purposes of in-memory caching.
0 commit comments