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
[560/1195] Building CXX object tests/optional_kernel_features/CMakeFiles/test_optional_kernel_features_objects.dir/kernel_features_sub_group_size_exceptions.cpp.o
In file included from ../tests/optional_kernel_features/kernel_features_sub_group_size_exceptions.cpp:26:
../tests/optional_kernel_features/kernel_features_common.h:338:18: warning: an attribute specifier sequence in this position is a C++23 extension [-Wc++23-extensions]
338 | return [acc] [[sycl::device_has(AnotherFeatureAspect)]] {
| ^
../tests/optional_kernel_features/kernel_features_common.h:353:16: warning: an attribute specifier sequence in this position is a C++23 extension [-Wc++23-extensions]
353 | return [=] [[sycl::device_has(FeatureAspectT)]] {
| ^
../tests/optional_kernel_features/kernel_features_common.h:359:16: warning: an attribute specifier sequence in this position is a C++23 extension [-Wc++23-extensions]
359 | return [=] [[sycl::device_has(AnotherFeatureAspect)]] {
| ^
3 warnings generated.
The text was updated successfully, but these errors were encountered:
SYCL-CTS/tests/optional_kernel_features/kernel_features_common.h
Lines 336 to 342 in 9691bc0
Example of build log:
The text was updated successfully, but these errors were encountered: