Skip to content

Commit 688bf73

Browse files
Update sycl/include/sycl/ext/intel/experimental/bfloat16.hpp
Adding quotes to the exception message. Co-authored-by: Dmitry Sidorov <[email protected]>
1 parent 0816846 commit 688bf73

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
@@ -39,7 +39,7 @@ class [[sycl_detail::uses_aspects(ext_intel_bf16_conversion)]] bfloat16 {
3939
return __spirv_ConvertBF16ToFINTEL(a);
4040
#else
4141
throw exception{errc::feature_not_supported,
42-
Bfloat16 conversion is not supported on host device};
42+
"Bfloat16 conversion is not supported on host device"};
4343
#endif
4444
}
4545

0 commit comments

Comments
 (0)