Skip to content

Commit 0816846

Browse files
Update sycl/include/sycl/ext/intel/experimental/bfloat16.hpp
Co-authored-by: Dmitry Sidorov <[email protected]>
1 parent 4cc2e63 commit 0816846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/sycl/ext/intel/experimental/bfloat16.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class [[sycl_detail::uses_aspects(ext_intel_bf16_conversion)]] bfloat16 {
3131
return __spirv_ConvertFToBF16INTEL(a);
3232
#else
3333
throw exception{errc::feature_not_supported,
34-
Bfloat16 conversion is not supported on host device};
34+
"Bfloat16 conversion is not supported on host device"};
3535
#endif
3636
}
3737
static float to_float(const storage_t &a) {

0 commit comments

Comments
 (0)