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 5e225cc commit be8a7e7Copy full SHA for be8a7e7
sycl/include/sycl/ext/intel/experimental/bfloat16.hpp
@@ -91,7 +91,6 @@ class [[sycl_detail::uses_aspects(ext_intel_bf16_conversion)]] bfloat16 {
91
f op static_cast<float>(rhs); \
92
return lhs = f; \
93
} \
94
- \
95
template <typename T> \
96
friend bfloat16 &operator op(bfloat16 &lhs, const T &rhs) { \
97
float f = static_cast<float>(lhs); \
0 commit comments