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 0816846 commit 688bf73Copy full SHA for 688bf73
sycl/include/sycl/ext/intel/experimental/bfloat16.hpp
@@ -39,7 +39,7 @@ class [[sycl_detail::uses_aspects(ext_intel_bf16_conversion)]] bfloat16 {
39
return __spirv_ConvertBF16ToFINTEL(a);
40
#else
41
throw exception{errc::feature_not_supported,
42
- Bfloat16 conversion is not supported on host device};
+ "Bfloat16 conversion is not supported on host device"};
43
#endif
44
}
45
0 commit comments