Skip to content

Commit

Permalink
updates for 1.4 provisional release (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 authored Sep 13, 2024
1 parent c96743e commit 46530e0
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 82 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude: LICENSES|source/elements

repos:
- repo: https://github.com/ambv/black
rev: 24.3.0
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -20,15 +20,15 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/pycqa/doc8
rev: v1.1.1
rev: v1.1.2
hooks:
- id: doc8
- repo: https://github.com/fsfe/reuse-tool
rev: v3.0.2
rev: v4.0.3
hooks:
- id: reuse
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
Expand Down
2 changes: 1 addition & 1 deletion oneapi-doc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.3-rev-1"
"version": "1.4-provisional-rev-1"
}
1 change: 0 additions & 1 deletion scripts/oneapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ def sort_words(root, target=None):
'oneDAL',
'oneMKL',
'oneTBB',
'l0',
'oneDPL',
'oneDNN',
]
Expand Down
1 change: 0 additions & 1 deletion source/elements/element_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
primitives for deep learning frameworks
- :ref:`oneCCL-section`: Communication primitives for scaling deep
learning frameworks across multiple devices
- :ref:`l0-section`: System interface for oneAPI languages and libraries
- :ref:`oneDAL-section`: Algorithms for accelerated data science
- :ref:`oneTBB-section`: Library for adding thread-based parallelism
to complex applications on multiprocessors
Expand Down
27 changes: 0 additions & 27 deletions source/elements/l0/source/conf.py

This file was deleted.

47 changes: 0 additions & 47 deletions source/elements/l0/source/index.rst

This file was deleted.

1 change: 0 additions & 1 deletion source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ for creating parallel applications:
elements/oneDPL/source/index
elements/oneDNN/source/index
elements/oneCCL/source/index
elements/l0/source/index
elements/oneDAL/source/index
elements/oneTBB/source/nested-index
elements/oneMKL/source/index
Expand Down

0 comments on commit 46530e0

Please sign in to comment.