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
In the std-data model, the default CXX version is set to C++11 which causes the -fsycl detection to fail as ICPX expects C++17 for SYCL related features to work. This was done correctly in std-{data,indices,ranges}'s model.cmake but FetchContent happens before all that.
The text was updated successfully, but these errors were encountered:
In the std-data model, the default CXX version is set to C++11 which causes the
-fsycl
detection to fail as ICPX expects C++17 for SYCL related features to work. This was done correctly in std-{data,indices,ranges}'smodel.cmake
but FetchContent happens before all that.The text was updated successfully, but these errors were encountered: