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
Add support for pre-SYCL1.2.1R3 standard
Add support for custom dpcpp paths
Add move semantic handling workaround in field_summary for old ComputeCpp versions
Fixed COMPUTECPP_USER_FLAGS from being overwritten
Fixed CXX_EXTRA_FLAGS/CXX_EXTRA_LINKER_FLAGS space handling, closes#4
Building fails when
CXX_EXTRA_FLAGS
contains more than one flag:The flags aren't properly passed to the compiler (full paths removed for clarity):
Setting a single flag, e.g.
-DCXX_EXTRA_FLAGS=-march=armv8.3-a+sve
, works correctly.The text was updated successfully, but these errors were encountered: