Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information