@@ -39,6 +39,9 @@ Releases are listed below. See GitHub_ for the latest build.
3939 * - Version
4040 - Date
4141 - View
42+ * - `1.1 rev 1 `_
43+ - 2021-11-12
44+ - `HTML <https://spec.oneapi.io/versions/1.1-rev-1/ >`__ `PDF <https://spec.oneapi.io/versions/1.1-rev-1/oneAPI-spec.pdf >`__
4245 * - `1.1 provisional rev 2 `_
4346 - 2021-7-19
4447 - `HTML <https://spec.oneapi.io/versions/1.1-provisional-rev-2/ >`__ `PDF <https://spec.oneapi.io/versions/1.1-provisional-rev-2/oneAPI-spec.pdf >`__
@@ -67,6 +70,52 @@ Releases are listed below. See GitHub_ for the latest build.
6770Release Notes
6871-------------
6972
73+ 1.1 rev 1
74+ ~~~~~~~~~
75+
76+ Changes since 1.0
77+
78+ * Ray Tracing: Added
79+
80+ * Ray tracing capabilities have been added to the oneAPI
81+ specification providing software developers across the industry
82+ the ability to “write once” for high-fidelity ray-traced
83+ computations across multiple vendors’ systems and
84+ accelerators. Standardizing these interfaces provides
85+ well-designed, tried and true APIs and options for a broad set of
86+ compute and rendering infrastructure development.
87+
88+ * The ray tracing functionality is subdivided into several
89+ domains within the oneAPI Specification:
90+
91+ * Geometric ray tracing computations
92+ * Volumetric computation and rendering
93+ * Image denoising
94+ * Scalable rendering and visualization infrastructure
95+
96+ * The set of Ray Tracing APIs include the following, which
97+ are in active use via the Intel® oneAPI Rendering Toolkit:
98+
99+ * Embree
100+ * Open Volume Kernel Library
101+ * Open Image Denoise
102+ * OSPRay
103+
104+ * oneMKL:
105+
106+ Introduces additional batched APIs for dense linear algebra. Sparse
107+ matrix-dense matrix product has been extended to support both row
108+ and column major layout for the dense matrix. The input USM pointers
109+ in the vector math APIs are now const qualified. To align with
110+ changes in SYCL 2020, all oneMKL USM APIs were updated to take an
111+ (optional) std::vector of input events instead of
112+ sycl::vector_class. Other changes include minor clarifications and
113+ bug fixes.
114+
115+ * DPC++
116+
117+ * oneVPL
118+
701191.1 provisional rev 2
71120~~~~~~~~~~~~~~~~~~~~~
72121
@@ -77,7 +126,7 @@ Release Notes
771261.1 provisional rev 1
78127~~~~~~~~~~~~~~~~~~~~~
79128
80- * Advanced Ray Tracing: ART was added to oneAPI specification
129+ * Ray Tracing: added to oneAPI specification
81130* VPL: Updated to 2.3.1
82131* Level Zero: Updated to 1.1.2
83132* oneDNN: Added graph API
@@ -92,8 +141,8 @@ Release Notes
92141
93142* Initial release
94143
95- Advanced Ray Tracing
96- ====================
144+ oneIPL
145+ ======
97146
98147.. list-table ::
99148 :widths: 30 20 50
@@ -102,34 +151,82 @@ Advanced Ray Tracing
102151 * - Version
103152 - Date
104153 - View
105- * - `oneART v0.5 `_
154+ * - `oneIPL v0.5 `_
155+ - 2021-10-8
156+ - `HTML <https://spec.oneapi.io/oneipl/latest/index.html >`__
157+
158+
159+ Release Notes
160+ -------------
161+
162+ oneIPL v0.5
163+ ~~~~~~~~~~~
164+
165+ Initial release
166+
167+
168+ oneDTL
169+ ======
170+
171+ .. list-table ::
172+ :widths: 30 20 50
173+ :header-rows: 1
174+
175+ * - Version
176+ - Date
177+ - View
178+ * - `oneDTL v0.5 `_
179+ - 2021-11-10
180+ - `HTML <https://spec.oneapi.io/onedtl/latest/index.html >`__
181+
182+
183+ Release Notes
184+ -------------
185+
186+ oneDTL v0.5
187+ ~~~~~~~~~~~
188+
189+ Initial release
190+
191+
192+ Ray Tracing
193+ ===========
194+
195+ .. list-table ::
196+ :widths: 30 20 50
197+ :header-rows: 1
198+
199+ * - Version
200+ - Date
201+ - View
202+ * - `Ray Tracing v0.5 `_
106203 - 2021-2-18
107204 - `HTML <https://spec.oneapi.io/oneart/0.5-rev-1/index.html >`__
108205
109206
110207Release Notes
111208-------------
112209
113- oneART v0.5
114- ~~~~~~~~~~~
210+ Ray Tracing v0.5
211+ ~~~~~~~~~~~~~~~~
115212
116- * Advanced ray tracing capabilities have been added to the oneAPI
213+ * Ray tracing capabilities have been added to the oneAPI
117214 specification providing software developers across the industry the
118215 ability to “write once” for high-fidelity ray-traced computations
119216 across multiple vendors’ systems and accelerators. Standardizing
120217 these interfaces provides well-designed, tried and true APIs and
121218 options for a broad set of compute and rendering infrastructure
122219 development.
123220
124- * The advanced ray tracing functionality is subdivided into several
221+ * The ray tracing functionality is subdivided into several
125222 domains within the oneAPI Specification:
126223
127224 * Geometric ray tracing computations
128225 * Volumetric computation and rendering
129226 * Image denoising
130227 * Scalable rendering and visualization infrastructure
131228
132- * The set of Advanced Ray Tracing APIs include the following, which
229+ * The set of Ray Tracing APIs include the following, which
133230 are in active use via the Intel® oneAPI Rendering Toolkit:
134231
135232 * Embree
@@ -148,13 +245,22 @@ oneDNN Graph
148245 * - Version
149246 - Date
150247 - View
248+ * - `oneDNN Graph v0.8 `_
249+ - 2021-11-8
250+ - `HTML <https://spec.oneapi.io/onednn-graph/latest/index.html >`__
151251 * - `oneDNN Graph v0.5 `_
152252 - 2021-4-8
153253 - `HTML <https://spec.oneapi.io/onednn-graph/latest/index.html >`__
154254
155255Release Notes
156256-------------
157257
258+ oneDNN Graph v0.8
259+ ~~~~~~~~~~~~~~~~~
260+
261+ Introduces int8 inference support.
262+
263+
158264oneDNN Graph v0.5
159265~~~~~~~~~~~~~~~~~
160266
0 commit comments