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 4cc2e63 commit 0816846Copy full SHA for 0816846
sycl/include/sycl/ext/intel/experimental/bfloat16.hpp
@@ -31,7 +31,7 @@ class [[sycl_detail::uses_aspects(ext_intel_bf16_conversion)]] bfloat16 {
31
return __spirv_ConvertFToBF16INTEL(a);
32
#else
33
throw exception{errc::feature_not_supported,
34
- Bfloat16 conversion is not supported on host device};
+ "Bfloat16 conversion is not supported on host device"};
35
#endif
36
}
37
static float to_float(const storage_t &a) {
0 commit comments