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] Don't include <cmath>/<complex> by default (intel#11528)
Any user code relying on those included implicitly is wrong and we don't
consider it a breaking change, just a bug fix.
Reverts intel#11326.
We agreed that this isn't an ABI break as the code relying on this
wasn't standard conforming. However, ABI break is next week, so I'll be
merging it then. Meanwhile, adding `abi-break` label to ease
documentation update later.
0 commit comments