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][Test] Add regression test for sycl::vec compilation error in windows, debug (#16802)
Test to isolate `sycl::vec` regression after
#14130. This PR caused `sycl::vec` to
use `std::array` as its underlying storage. However, operations on
`std::array` may emit debug-mode-only functions, on which the device
compiler may fail.
0 commit comments