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][E2E] Fix c++23 option in device_global_copy (#16707)
On some Windows configurations, the /std:c++23 option is not recognized.
To address this, we instead instruct the compiler to accept it as a
clang flag.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments