Skip to content

Commit

Permalink
fix build errors (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 authored Apr 8, 2021
1 parent 81d0d13 commit 04926eb
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 11 deletions.
4 changes: 4 additions & 0 deletions releases/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT

# Minimal makefile for Sphinx documentation
#

Expand Down
10 changes: 6 additions & 4 deletions releases/conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT

# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
Expand Down Expand Up @@ -27,8 +31,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
]
extensions = []

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand All @@ -49,6 +52,5 @@
'use_issues_button': True,
'use_edit_page_button': True,
'repository_branch': 'main',
'single_page': True
'single_page': True,
}

17 changes: 11 additions & 6 deletions releases/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. SPDX-FileCopyrightText: 2021 Intel Corporation
..
.. SPDX-License-Identifier: CC-BY-4.0
.. oneAPI Specification Versions documentation master file, created by
sphinx-quickstart on Thu Apr 8 09:51:39 2021.
You can adapt this file completely to your liking, but it should at least
Expand Down Expand Up @@ -57,7 +61,7 @@ under development and is labeled *provisional* until it is approved.
- `HTML <https://spec.oneapi.com/versions/1.0-rev-2/>`__ `PDF <https://spec.oneapi.com/versions/1.0-rev-2/oneAPI-spec.pdf>`__
* - `1.0 rev 1`_
- 2020-9-14
- `HTML <https://spec.oneapi.com/versions/1.0-rev-1/>`__ `PDF <https://spec.oneapi.com/versions/1.0-rev-1/oneAPI-spec.pdf>`__
- `HTML <https://spec.oneapi.com/versions/1.0-rev-1/>`__ `PDF <https://spec.oneapi.com/versions/1.0-rev-1/oneAPI-spec.pdf>`__

Release Notes
-------------
Expand Down Expand Up @@ -114,7 +118,7 @@ oneART v0.5

* The set of Advanced Ray Tracing APIs include the following, which
are in active use via the Intel® oneAPI Rendering Toolkit:

* Embree
* Open Volume Kernel Library
* Open Image Denoise
Expand Down Expand Up @@ -162,13 +166,14 @@ oneVPL v2.3.1
~~~~~~~~~~~~~

* Encoding in Hyper mode.

* New product names for platforms:

* Code name Rocket Lake,
* Code name Alder Lake S,
* Code name Alder Lake P,
* Code name Arctic Sound P.

* mfx.h header file is added which includes all header files.
* Added deprecation messages (deprecation macro) to the MFXInit and MFXInitEx functions definition.
* Added deprecation messages (deprecation macro) to the MFXInit and
MFXInitEx functions definition.
4 changes: 4 additions & 0 deletions releases/make.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
REM SPDX-FileCopyrightText: 2021 Intel Corporation
REM
REM SPDX-License-Identifier: MIT

@ECHO OFF

pushd %~dp0
Expand Down
2 changes: 1 addition & 1 deletion source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ for creating parallel applications:
elements/oneVPL/source/index
elements/oneMKL/source/index
elements/oneART/source/nested-index
Releases <https://spec.oneapi/releases/index.html>
Releases <https://spec.oneapi.com/releases/index.html>
notices

0 comments on commit 04926eb

Please sign in to comment.