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] Keep bfloat16 native and fallback spv for compatibility (intel#19873)
This is a cherry-pick of intel#19780
Previously, we stopped building and deploying native/fallback bfloat16
spv files since latest compiler will embed required files into user's
executable. However, we found some developers hadn't switched to latest
compiler, then compatibility issue would happen. This PR continues to
build and deploy, we will remove the files util a major release.
Patch-by: jinge90 <[email protected]>
0 commit comments