BabelStream icon indicating copy to clipboard operation
BabelStream copied to clipboard

Default CXX version causes oneDPL to fail

Open tom91136 opened this issue 1 year ago • 0 comments

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.

tom91136 avatar Aug 09 '24 15:08 tom91136