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 fb5bcbc commit a3f17faCopy full SHA for a3f17fa
sycl/include/sycl/ext/intel/experimental/bfloat16.hpp
@@ -16,14 +16,13 @@ namespace ext {
16
namespace intel {
17
namespace experimental {
18
19
-class [[sycl_detail::uses_aspects(ext_intel_bf16_conversion)]]
20
-bfloat16 {
+class [[sycl_detail::uses_aspects(ext_intel_bf16_conversion)]] bfloat16 {
21
using storage_t = uint16_t;
22
storage_t value;
23
24
public:
25
bfloat16() = default;
26
- bfloat16(const bfloat16&) = default;
+ bfloat16(const bfloat16 &) = default;
27
~bfloat16() = default;
28
29
// Direct initialization
@@ -62,4 +61,3 @@ namespace __SYCL2020_DEPRECATED("use 'ext::intel' instead") INTEL {
62
61
}
63
} // namespace sycl
64
} // __SYCL_INLINE_NAMESPACE(cl)
65
-
0 commit comments