Skip to content

Commit d8b22bf

Browse files
authored
[SYCL][DOC] Fix some more documentation links (#5463)
Fix two more documentation links. The links to "PropertyList/SYCL_EXT_ONEAPI_property_list.asciidoc" were wrong even before my recent reorg because the document used to be called "SYCL_EXT_ONEAPI_properties.asciidoc". The links to "StaticLocalMemoryQuery/SYCL_INTEL_static_local_memory_query" were somehow missed from eb350ee. The "USM/README.md" file is no longer needed and should have been deleted in 56af04a.
1 parent 708a5bf commit d8b22bf

File tree

5 files changed

+4
-13
lines changed

5 files changed

+4
-13
lines changed

sycl/ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@ Release notes for the commit range ba404be..67d3d9e
16671667
- [ExtendedAtomics documentation](doc/extensions/ExtendedAtomics/README.md)
16681668
has been updated [1084685]
16691669
- Published [sycl_bitcast extension](doc/extensions/Bitcast/SYCL_INTEL_bitcast.asciidoc)
1670-
- Published a [proposal](doc/extensions/StaticLocalMemoryQuery/SYCL_INTEL_static_local_memory_query.asciidoc)
1670+
- Published a [proposal](doc/extensions/proposed/SYCL_EXT_ONEAPI_LOCAL_STATIC_MEM_USED.asciidoc)
16711671
which adds ability to query max local size which is used by a specific
16721672
kernel and a specific device.
16731673
- Published [device_specific_kernel_queries](doc/extensions/DeviceSpecificKernelQueries/SYCL_INTEL_device_specific_kernel_queries.asciidoc)

sycl/doc/CompileTimeProperties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Implementation design for compile time constant properties
22

33
This document describes the implementation design for the DPC++ extension
4-
[SYCL\_EXT\_ONEAPI\_PROPERTY\_LIST][1], which adds a general mechanism for
4+
[SYCL\_EXT\_ONEAPI\_PROPERTIES][1], which adds a general mechanism for
55
specifying properties which are known at compile time. This extension is not
66
itself a feature, but rather a building block that can be incorporated into
77
other features.
88

9-
[1]: <extensions/PropertyList/SYCL_EXT_ONEAPI_property_list.asciidoc>
9+
[1]: <extensions/proposed/SYCL_EXT_ONEAPI_PROPERTIES.asciidoc>
1010

1111
There are a number of situations where we plan to use compile-time constant
1212
properties, but this design document does not attempt to address them all.

sycl/doc/extensions/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ DPC++ extensions status:
99
|-------------|:------------|:------------|
1010
| [SPV_INTEL_function_pointers](SPIRV/SPV_INTEL_function_pointers.asciidoc) | Supported(OpenCL: CPU, GPU; HOST) | |
1111
| [SPV_INTEL_inline_assembly](SPIRV/SPV_INTEL_inline_assembly.asciidoc) | Supported(OpenCL: GPU) | |
12-
| [SYCL_INTEL_static_local_memory_query](StaticLocalMemoryQuery/SYCL_INTEL_static_local_memory_query.asciidoc) | Proposal | |
1312
| [Sub-groups for NDRange Parallelism](SubGroupNDRange/SubGroupNDRange.md) | Deprecated(OpenCL: CPU, GPU) | |
14-
| [Property List](PropertyList/SYCL_EXT_ONEAPI_property_list.asciidoc) | Proposal | |
1513

1614
Legend:
1715

sycl/doc/extensions/USM/README.md

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

sycl/doc/extensions/proposed/SYCL_EXT_ONEAPI_KERNEL_PROPERTIES.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Roland Schulz, Intel
5858
This extension is written against the SYCL 2020 specification, Revision 4 and
5959
the following extensions:
6060

61-
- https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/PropertyList/SYCL_EXT_ONEAPI_properties.asciidoc[SYCL_EXT_ONEAPI_PROPERTIES]
61+
- link:SYCL_EXT_ONEAPI_PROPERTIES.asciidoc[SYCL_EXT_ONEAPI_PROPERTIES]
6262

6363
== Feature Test Macro
6464

0 commit comments

Comments
 (0)