Skip to content

Commit 4156f75

Browse files
authored
Update SYCL_INTEL_bf16_conversion.asciidoc
1 parent b2e669d commit 4156f75

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

sycl/doc/extensions/Bf16Conversion/SYCL_INTEL_bf16_conversion.asciidoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ NOTE: Khronos(R) is a registered trademark and SYCL(TM) and SPIR(TM) are
3030
trademarks of The Khronos Group Inc. OpenCL(TM) is a trademark of Apple Inc.
3131
used by permission by Khronos.
3232

33-
NOTE: This document is better viewed when rendered as html with asciidoctor.
34-
GitHub does not render image icons.
35-
3633
== Dependencies
3734

3835
This extension is written against the SYCL 2020 specification, Revision 3.
@@ -51,7 +48,6 @@ products.
5148

5249
== Version
5350

54-
Built On: {docdate} +
5551
Revision: 2
5652

5753
== Introduction
@@ -119,7 +115,7 @@ namespace ext {
119115
namespace intel {
120116
namespace experimental {
121117
122-
bfloat16 {
118+
class bfloat16 {
123119
using storage_t = uint16_t;
124120
storage_t value;
125121

0 commit comments

Comments
 (0)