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] Issue deferred diagnostic for incorrect asm register usage (#10782)
The device compiler previously issued an asm diagnostic for the usage of
a register
that was incorrect for the device, even though such usage was not on the
device.
Now fixed by converting the diagnostic to a deferred one.
0 commit comments