Skip to content

[SYCL][Test] Add regression test for sycl::vec compilation error in windows, debug #16802

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 27, 2025

Conversation

uditagarwal97
Copy link
Contributor

@uditagarwal97 uditagarwal97 commented Jan 27, 2025

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.

@aelovikov-intel aelovikov-intel merged commit c7cce70 into sycl Jan 27, 2025
16 checks passed
@aelovikov-intel aelovikov-intel deleted the vec_regression_array branch January 27, 2025 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants