Skip to content

Commit

Permalink
remove sycl from spec (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed Apr 23, 2024
1 parent 7e718f1 commit ffb6c65
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 126 deletions.
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',
'sycl',
'l0',
'oneDPL',
'oneDNN',
Expand Down
4 changes: 0 additions & 4 deletions source/elements/element_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
..
.. SPDX-License-Identifier: CC-BY-4.0
- :ref:`sycl-section`: oneAPI's core language for programming
accelerators and multiprocessors. SYCL allows developers to reuse
code across hardware targets (CPUs and accelerators such as GPUs and
FPGAs) and tune for a specific architecture
- :ref:`oneDPL-section`: A companion to the DPC++ Compiler for
programming oneAPI devices with APIs from C++ standard library,
Parallel STL, and extensions.
Expand Down
28 changes: 0 additions & 28 deletions source/elements/sycl/source/conf.py

This file was deleted.

92 changes: 0 additions & 92 deletions source/elements/sycl/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 @@ -20,7 +20,6 @@ for creating parallel applications:

introduction
architecture
elements/sycl/source/index
elements/oneDPL/source/index
elements/oneDNN/source/index
elements/oneCCL/source/index
Expand Down

0 comments on commit ffb6c65

Please sign in to comment.