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][NFC] Fix basic_tests/types.cpp on Windows (#8470)
Recent extension of the test (addition of
`-D__NO_EXT_VECTOR_TYPE_ON_HOST__` RUN line) exposed an existing
limitation of `vec` class alignment on Windows, which caused the test to
fail.
This commit conditionally disables the check to avoid the test failure
because of this known issue/limitation.
0 commit comments