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][Matrix] Add W/A for several corner cases of AccessChain usage
These corner cases are:
1. AccessChain uses are optimized out of LLVM IR modules, leaving the
call unused;
2. AccessChain result is used in GEP 0,0 instruction for bfloat16
(instead of the immidiate use by load or store).
All of these issues are or will be fixed in our drivers, but since the
cadence of the driver update is relatively big the W/A is added in the
frontend for an immediate fix.
Signed-off-by: Sidorov, Dmitry <[email protected]>
0 commit comments