Skip to content

Commit

Permalink
updates to v1.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pbg-intel committed Sep 6, 2024
1 parent bc62c05 commit 474d775
Show file tree
Hide file tree
Showing 95 changed files with 1,978 additions and 14,896 deletions.
2 changes: 1 addition & 1 deletion releases/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 511fd72ee14ed7363254a5bbaa81f939
config: 182f97d2d7efd70e78c82982a644e9aa
tags: 645f666f9bcd5a90fca523b33c5a78b7
31 changes: 31 additions & 0 deletions releases/_sources/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Level Zero
* - Version
- Date
- View
* - `Level Zero v1.10`_
- 2024-09-06
- `HTML <https://spec.oneapi.io/level-zero/1.10/index.html>`__
* - `Level Zero v1.9.3`_
- 2024-05-03
- `HTML <https://spec.oneapi.io/level-zero/1.9.3/index.html>`__
Expand Down Expand Up @@ -96,6 +99,34 @@ Level Zero
Release Notes
-------------

Level Zero v1.10
~~~~~~~~~~~~~~~~~~

* Updated Features

- Supports new single API for Level Zero Init and Driver Retrieval
- Support for concurrent Metric group query
- Supports experimental extension for metric tracer
- Support to specify fp64 range to metric_value_info
- Support zetCreateMetricGroupsFromMetricsExp programmable API
- Support for new temperature sensor types
- Support for ZE_API_VERSION_CURRENT_M macro for compile time version validation.
- Supports version 1.1 of mutable commands extension
- Support for NPU graph support for MCL extension
- Support for new ELF memory space for debugger
- Support for Metric Tracer Decode support for sub-devices
- Support for byte normalized programmable type
- Added updates to virtual management API

* Patches to v1.9.3 release

- Added description to replace C string parameter type
- Fixed metricprogrammable spec issues
- Update documentation on zesInit Usage
- Remove VF experimental interfaces
- fix metrics names in tracer


Level Zero v1.9.3
~~~~~~~~~~~~~~~~~~

Expand Down
134 changes: 0 additions & 134 deletions releases/_static/_sphinx_javascript_frameworks_compat.js

This file was deleted.

70 changes: 48 additions & 22 deletions releases/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -236,17 +236,11 @@ div.body p, div.body dd, div.body li, div.body blockquote {
a.headerlink {
visibility: hidden;
}
a.brackets:before,
span.brackets > a:before{
content: "[";
}

a.brackets:after,
span.brackets > a:after {
content: "]";
a:visited {
color: #551A8B;
}


h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
Expand Down Expand Up @@ -334,11 +328,17 @@ aside.sidebar {
p.sidebar-title {
font-weight: bold;
}

nav.contents,
aside.topic,
div.admonition, div.topic, blockquote {
clear: left;
}

/* -- topics ---------------------------------------------------------------- */

nav.contents,
aside.topic,
div.topic {
border: 1px solid #ccc;
padding: 7px;
Expand Down Expand Up @@ -377,13 +377,17 @@ div.body p.centered {

div.sidebar > :last-child,
aside.sidebar > :last-child,
nav.contents > :last-child,
aside.topic > :last-child,
div.topic > :last-child,
div.admonition > :last-child {
margin-bottom: 0;
}

div.sidebar::after,
aside.sidebar::after,
nav.contents::after,
aside.topic::after,
div.topic::after,
div.admonition::after,
blockquote::after {
Expand Down Expand Up @@ -608,19 +612,27 @@ ol.simple p,
ul.simple p {
margin-bottom: 0;
}
dl.footnote > dt,
dl.citation > dt {

aside.footnote > span,
div.citation > span {
float: left;
margin-right: 0.5em;
}

dl.footnote > dd,
dl.citation > dd {
aside.footnote > span:last-of-type,
div.citation > span:last-of-type {
padding-right: 0.5em;
}
aside.footnote > p {
margin-left: 2em;
}
div.citation > p {
margin-left: 4em;
}
aside.footnote > p:last-of-type,
div.citation > p:last-of-type {
margin-bottom: 0em;
}

dl.footnote > dd:after,
dl.citation > dd:after {
aside.footnote > p:last-of-type:after,
div.citation > p:last-of-type:after {
content: "";
clear: both;
}
Expand All @@ -636,10 +648,6 @@ dl.field-list > dt {
padding-left: 0.5em;
padding-right: 5px;
}
dl.field-list > dt:after {
content: ":";
}


dl.field-list > dd {
padding-left: 0.5em;
Expand All @@ -666,6 +674,16 @@ dd {
margin-left: 30px;
}

.sig dd {
margin-top: 0px;
margin-bottom: 0px;
}

.sig dl {
margin-top: 0px;
margin-bottom: 0px;
}

dl > dd:last-child,
dl > dd:last-child > :last-child {
margin-bottom: 0;
Expand Down Expand Up @@ -734,6 +752,14 @@ abbr, acronym {
cursor: help;
}

.translated {
background-color: rgba(207, 255, 207, 0.2)
}

.untranslated {
background-color: rgba(255, 207, 207, 0.2)
}

/* -- code displays --------------------------------------------------------- */

pre {
Expand Down
2 changes: 1 addition & 1 deletion releases/_static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Base JavaScript utilities for all Sphinx HTML documentation.
*
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
3 changes: 1 addition & 2 deletions releases/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
const DOCUMENTATION_OPTIONS = {
VERSION: '',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
Expand Down
Loading

0 comments on commit 474d775

Please sign in to comment.