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
On Windows, users will encounter host link error saying
"ITERATOR DEBUG LEVEL MISMATCH" when building programs
with /MDd when libsycl-fallback-cassert.obj is involved.
In fact, the host obj extracted from libdevice is an
empty file and we can use "-D_ALLOW_ITERATOR_DEBUG_LEVEL"
to bypass this issue.
Signed-off-by: jinge90 <[email protected]>
0 commit comments