Skip to content

Commit 46530e0

Browse files
authored
updates for 1.4 provisional release (#576)
1 parent c96743e commit 46530e0

File tree

7 files changed

+5
-82
lines changed

7 files changed

+5
-82
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude: LICENSES|source/elements
99

1010
repos:
1111
- repo: https://github.com/ambv/black
12-
rev: 24.3.0
12+
rev: 24.8.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -20,15 +20,15 @@ repos:
2020
- id: check-yaml
2121
- id: check-added-large-files
2222
- repo: https://github.com/pycqa/doc8
23-
rev: v1.1.1
23+
rev: v1.1.2
2424
hooks:
2525
- id: doc8
2626
- repo: https://github.com/fsfe/reuse-tool
27-
rev: v3.0.2
27+
rev: v4.0.3
2828
hooks:
2929
- id: reuse
3030
- repo: https://github.com/pycqa/flake8
31-
rev: 7.0.0
31+
rev: 7.1.1
3232
hooks:
3333
- id: flake8
3434
- repo: https://github.com/pycqa/isort

oneapi-doc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.3-rev-1"
2+
"version": "1.4-provisional-rev-1"
33
}

scripts/oneapi.py

-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ def sort_words(root, target=None):
253253
'oneDAL',
254254
'oneMKL',
255255
'oneTBB',
256-
'l0',
257256
'oneDPL',
258257
'oneDNN',
259258
]

source/elements/element_list.rst

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
primitives for deep learning frameworks
1010
- :ref:`oneCCL-section`: Communication primitives for scaling deep
1111
learning frameworks across multiple devices
12-
- :ref:`l0-section`: System interface for oneAPI languages and libraries
1312
- :ref:`oneDAL-section`: Algorithms for accelerated data science
1413
- :ref:`oneTBB-section`: Library for adding thread-based parallelism
1514
to complex applications on multiprocessors

source/elements/l0/source/conf.py

-27
This file was deleted.

source/elements/l0/source/index.rst

-47
This file was deleted.

source/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ for creating parallel applications:
2323
elements/oneDPL/source/index
2424
elements/oneDNN/source/index
2525
elements/oneCCL/source/index
26-
elements/l0/source/index
2726
elements/oneDAL/source/index
2827
elements/oneTBB/source/nested-index
2928
elements/oneMKL/source/index

0 commit comments

Comments
 (0)