Skip to content

Commit a29549f

Browse files
authored
remove vpl and art (#501)
1 parent 8a8c907 commit a29549f

File tree

203 files changed

+208
-39696
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+208
-39696
lines changed

oneapi-doc.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
{
2-
"version": "1.2-rev-1",
3-
"vpl_version": "2.9.0",
4-
"art_version": "1.0-rev-1"
2+
"version": "1.3-provisional-rev-1"
53
}

scripts/oneapi.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -228,20 +228,6 @@ def remove_elements(li, elements):
228228
return li
229229

230230

231-
@action
232-
def update_oneart(root, target=None):
233-
for component in ['embree', 'ospray']:
234-
copy(
235-
f'repos/{component}/doc/{component}-spec.rst',
236-
'source/elements/oneART/source',
237-
)
238-
for component in ['oidn', 'openvkl']:
239-
copy(
240-
f'repos/{component}/doc/tmp/{component}-spec.rst',
241-
'source/elements/oneART/source',
242-
)
243-
244-
245231
@action
246232
def sort_words(root, target=None):
247233
with open(join('source', 'spelling_wordlist.txt')) as fin:
@@ -262,15 +248,13 @@ def sort_words(root, target=None):
262248
'singlehtml': build,
263249
'prep': prep,
264250
'sort-words': sort_words,
265-
'update-oneart': update_oneart,
266251
}
267252

268253
dirs = [
269254
'oneCCL',
270255
'oneDAL',
271256
'oneMKL',
272257
'oneTBB',
273-
'oneVPL',
274258
'sycl',
275259
'l0',
276260
'oneDPL',

source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@
172172
breathe_projects = {
173173
"oneCCL": "elements/oneCCL/doxygen/xml",
174174
"oneDNN": "elements/oneDNN/doxygen/xml",
175-
"oneVPL": "elements/oneVPL/doxygen/xml",
176175
}
177176
breathe_default_project = 'oneAPI'
178177

source/conf/common_conf.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
sys.path.insert(
2626
0, abspath(join(repo_root, 'source', 'elements', 'oneDAL')) # noqa: F821
2727
)
28-
sys.path.insert(
29-
0, abspath(join(repo_root, 'source', 'elements', 'oneVPL')) # noqa: F821
30-
)
3128

3229
extensions = [
3330
'sphinx.ext.autodoc',
@@ -47,15 +44,13 @@
4744
'sphinxcontrib.plantuml',
4845
'breathe',
4946
'dalapi', # oneDAL API generator
50-
'vplapi',
5147
]
5248

5349
with open(join(repo_root, 'oneapi-doc.json')) as fin: # noqa: F821
5450
cfg = json.load(fin)
5551

5652
env = {
5753
'oneapi_version': cfg['version'],
58-
'vpl_spec_version': cfg['vpl_version'],
5954
}
6055

6156
prolog_template = string.Template(
@@ -73,8 +68,6 @@
7368
.. |l0_full_name| replace:: oneAPI Level Zero
7469
.. |tbb_full_name| replace:: oneAPI Threading Building Blocks
7570
.. |tbb_version| replace:: $oneapi_version
76-
.. |vpl_full_name| replace:: oneAPI Video Processing Library
77-
.. |vpl_version| replace:: $vpl_spec_version
7871
.. |mkl_full_name| replace:: oneAPI Math Kernel Library
7972
.. |mkl_version| replace:: $oneapi_version
8073
.. include:: <isonum.txt>

source/elements/element_list.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,5 @@
1717
- :ref:`oneDAL-section`: Algorithms for accelerated data science
1818
- :ref:`oneTBB-section`: Library for adding thread-based parallelism
1919
to complex applications on multiprocessors
20-
- :ref:`oneVPL-section`: Algorithms for accelerated video processing
2120
- :ref:`oneMKL-section`: High performance math routines for science,
2221
engineering, and financial applications
23-
- :ref:`oneART-section`: A set of advanced ray tracing and
24-
high-fidelity rendering and computation routines for use in a wide
25-
variety of 3D graphics uses including, film and television
26-
photorealistic visual effects and animation rendering, scientific
27-
visualization, high-performance computing computations, gaming, and
28-
more.

source/elements/oneART/source/acknowledgment.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

source/elements/oneART/source/appendices.rst

Lines changed: 0 additions & 27 deletions
This file was deleted.

source/elements/oneART/source/component-libraries.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

source/elements/oneART/source/conf.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)