Skip to content

Commit

Permalink
remove vpl and art (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 authored Sep 11, 2023
1 parent 8a8c907 commit a29549f
Show file tree
Hide file tree
Showing 203 changed files with 208 additions and 39,696 deletions.
4 changes: 1 addition & 3 deletions oneapi-doc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"version": "1.2-rev-1",
"vpl_version": "2.9.0",
"art_version": "1.0-rev-1"
"version": "1.3-provisional-rev-1"
}
16 changes: 0 additions & 16 deletions scripts/oneapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,20 +228,6 @@ def remove_elements(li, elements):
return li


@action
def update_oneart(root, target=None):
for component in ['embree', 'ospray']:
copy(
f'repos/{component}/doc/{component}-spec.rst',
'source/elements/oneART/source',
)
for component in ['oidn', 'openvkl']:
copy(
f'repos/{component}/doc/tmp/{component}-spec.rst',
'source/elements/oneART/source',
)


@action
def sort_words(root, target=None):
with open(join('source', 'spelling_wordlist.txt')) as fin:
Expand All @@ -262,15 +248,13 @@ def sort_words(root, target=None):
'singlehtml': build,
'prep': prep,
'sort-words': sort_words,
'update-oneart': update_oneart,
}

dirs = [
'oneCCL',
'oneDAL',
'oneMKL',
'oneTBB',
'oneVPL',
'sycl',
'l0',
'oneDPL',
Expand Down
1 change: 0 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@
breathe_projects = {
"oneCCL": "elements/oneCCL/doxygen/xml",
"oneDNN": "elements/oneDNN/doxygen/xml",
"oneVPL": "elements/oneVPL/doxygen/xml",
}
breathe_default_project = 'oneAPI'

Expand Down
7 changes: 0 additions & 7 deletions source/conf/common_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
sys.path.insert(
0, abspath(join(repo_root, 'source', 'elements', 'oneDAL')) # noqa: F821
)
sys.path.insert(
0, abspath(join(repo_root, 'source', 'elements', 'oneVPL')) # noqa: F821
)

extensions = [
'sphinx.ext.autodoc',
Expand All @@ -47,15 +44,13 @@
'sphinxcontrib.plantuml',
'breathe',
'dalapi', # oneDAL API generator
'vplapi',
]

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

env = {
'oneapi_version': cfg['version'],
'vpl_spec_version': cfg['vpl_version'],
}

prolog_template = string.Template(
Expand All @@ -73,8 +68,6 @@
.. |l0_full_name| replace:: oneAPI Level Zero
.. |tbb_full_name| replace:: oneAPI Threading Building Blocks
.. |tbb_version| replace:: $oneapi_version
.. |vpl_full_name| replace:: oneAPI Video Processing Library
.. |vpl_version| replace:: $vpl_spec_version
.. |mkl_full_name| replace:: oneAPI Math Kernel Library
.. |mkl_version| replace:: $oneapi_version
.. include:: <isonum.txt>
Expand Down
7 changes: 0 additions & 7 deletions source/elements/element_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,5 @@
- :ref:`oneDAL-section`: Algorithms for accelerated data science
- :ref:`oneTBB-section`: Library for adding thread-based parallelism
to complex applications on multiprocessors
- :ref:`oneVPL-section`: Algorithms for accelerated video processing
- :ref:`oneMKL-section`: High performance math routines for science,
engineering, and financial applications
- :ref:`oneART-section`: A set of advanced ray tracing and
high-fidelity rendering and computation routines for use in a wide
variety of 3D graphics uses including, film and television
photorealistic visual effects and animation rendering, scientific
visualization, high-performance computing computations, gaming, and
more.
11 changes: 0 additions & 11 deletions source/elements/oneART/source/acknowledgment.rst

This file was deleted.

27 changes: 0 additions & 27 deletions source/elements/oneART/source/appendices.rst

This file was deleted.

23 changes: 0 additions & 23 deletions source/elements/oneART/source/component-libraries.rst

This file was deleted.

42 changes: 0 additions & 42 deletions source/elements/oneART/source/conf.py

This file was deleted.

Loading

0 comments on commit a29549f

Please sign in to comment.