File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
sycl/doc/extensions/Bf16Conversion Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ NOTE: Khronos(R) is a registered trademark and SYCL(TM) and SPIR(TM) are
30
30
trademarks of The Khronos Group Inc. OpenCL(TM) is a trademark of Apple Inc.
31
31
used by permission by Khronos.
32
32
33
- NOTE: This document is better viewed when rendered as html with asciidoctor.
34
- GitHub does not render image icons.
35
-
36
33
== Dependencies
37
34
38
35
This extension is written against the SYCL 2020 specification, Revision 3.
@@ -51,7 +48,6 @@ products.
51
48
52
49
== Version
53
50
54
- Built On: {docdate} +
55
51
Revision: 2
56
52
57
53
== Introduction
@@ -119,7 +115,7 @@ namespace ext {
119
115
namespace intel {
120
116
namespace experimental {
121
117
122
- bfloat16 {
118
+ class bfloat16 {
123
119
using storage_t = uint16_t;
124
120
storage_t value;
125
121
You can’t perform that action at this time.
0 commit comments