We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0303bb commit fc11764Copy full SHA for fc11764
sycl/include/syclcompat/traits.hpp
@@ -24,7 +24,7 @@
24
25
#include <sycl/feature_test.hpp>
26
#ifdef SYCL_EXT_ONEAPI_BFLOAT16_MATH_FUNCTIONS
27
-#include "sycl/ext/oneapi/bfloat16.hpp"
+#include <sycl/ext/oneapi/bfloat16.hpp>
28
#endif
29
#include <cstddef>
30
#include <sycl/ext/oneapi/properties/properties.hpp>
sycl/test-e2e/syclcompat/common.hpp
#include <sycl/half_type.hpp>
#include <tuple>
0 commit comments