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 81c7411 commit cf7d68dCopy full SHA for cf7d68d
sycl/include/sycl/ext/oneapi/experimental/bfloat16.hpp
@@ -39,7 +39,7 @@ class bfloat16 {
39
return __spirv_ConvertFToBF16INTEL(a);
40
#endif
41
#else
42
- // In case if float value is nan - propagate bfloat16's qnan
+ // In case of float value is nan - propagate bfloat16's qnan
43
if (std::isnan(a))
44
return 0xffc1;
45
union {
0 commit comments