-
Notifications
You must be signed in to change notification settings - Fork 751
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][DOC] Move deprecated extensions (#5458)
Move these deprecated extension specifications to the "deprecated" directory, but add a signpost file in the "supported" directory pointing at the deprecated extension. We will follow this convention when a supported extension is deprecated. The deprecated extension will move to the "deprecated" directory, and we will change the file in the "supported" directory into a signpost. Thus, any external links to the spec will still point to something that leads to the deprecated extension.
- Loading branch information
Showing
11 changed files
with
18 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
sycl/doc/extensions/supported/SYCL_EXT_ONEAPI_GROUP_ALGORITHMS.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This extension has been deprecated, but the specification is still available | ||
link:../deprecated/SYCL_EXT_ONEAPI_GROUP_ALGORITHMS.asciidoc[here]. |
4 changes: 4 additions & 0 deletions
4
sycl/doc/extensions/supported/SYCL_EXT_ONEAPI_ND_RANGE_REDUCTIONS.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
This extension has been deprecated, but the specification is still available | ||
[here][1]. | ||
|
||
[1]: <../deprecated/SYCL_EXT_ONEAPI_ND_RANGE_REDUCTIONS.md> |
2 changes: 2 additions & 0 deletions
2
sycl/doc/extensions/supported/SYCL_EXT_ONEAPI_SUB_GROUP.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This extension has been deprecated, but the specification is still available | ||
link:../deprecated/SYCL_EXT_ONEAPI_SUB_GROUP.asciidoc[here]. |