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] Avoid additional allocations in has_extension (#19765)
#19264 fixed an issue where
has_extension would allow partial matches to return true. However, the
proposed solution makes additional allocations to pad the strings used.
To avoid this, this commit changes the implementation to explicitly
check for the partial match conditions without padding either strings.
---------
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments