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
The translator was crashing in case if builin GV was accessed via GEP
without AS cast due to incorrect assumption. The W/A replaced GEP with
ExtractElementInst.
This W/A is exclusive for intel/llvm . Proper fix is done in SPIR-V
consumer, but it will take take time to have the drivers be updated in
CI.
Signed-off-by: Sidorov, Dmitry <[email protected]>
0 commit comments