Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove sycl from spec #530

Merged
merged 3 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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