Skip to content

Commit 5e225cc

Browse files
committed
Add feature test macro for SYCL_INTEL_bf16_conversion
Signed-off-by: Alexey Sotkin <[email protected]>
1 parent 77259a9 commit 5e225cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/include/CL/sycl/feature_test.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ namespace sycl {
2323
#ifndef SYCL_EXT_ONEAPI_MATRIX
2424
#define SYCL_EXT_ONEAPI_MATRIX 2
2525
#endif
26+
#define SYCL_EXT_INTEL_BF16_CONVERSION 1
2627

2728
} // namespace sycl
2829
} // __SYCL_INLINE_NAMESPACE(cl)

0 commit comments

Comments
 (0)