Skip to content

Commit ad9ac98

Browse files
authored
[SYCL][DOC] Move proposed FPGA extensions (#5453)
These two extension specifications are proposed changes to existing extensions. Move them to the "proposed" directory. You can see the proposed changes via: ``` $ git diff HEAD:sycl/doc/extensions/{supported,proposed}/SYCL_EXT_INTEL_DATAFLOW_PIPES.asciidoc $ git diff HEAD:sycl/doc/extensions/{supported,proposed}/SYCL_EXT_INTEL_FPGA_LSU.md ```
1 parent 5c8b7e7 commit ad9ac98

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

sycl/doc/extensions/DataFlowPipes/data_flow_pipes_rev4_proposed.asciidoc renamed to sycl/doc/extensions/proposed/SYCL_EXT_INTEL_DATAFLOW_PIPES.asciidoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
:language: {basebackend@docbook:c++:cpp}
1818

1919
== Introduction
20-
IMPORTANT: This specification is a draft.
20+
IMPORTANT: This is a proposed update to an existing extension. The APIs
21+
described in this document are not yet implemented and cannot be used in
22+
application code. See
23+
link:../supported/SYCL_EXT_INTEL_DATAFLOW_PIPES.asciidoc[here] for the existing
24+
extension, which is implemented.
2125

2226
NOTE: Khronos(R) is a registered trademark and SYCL(TM) and SPIR(TM) are trademarks of The Khronos Group Inc. OpenCL(TM) is a trademark of Apple Inc. used by permission by Khronos.
2327

sycl/doc/extensions/IntelFPGA/FPGALsu_rev2_proposed.md renamed to sycl/doc/extensions/proposed/SYCL_EXT_INTEL_FPGA_LSU.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

22
# FPGA lsu
33

4+
**IMPORTANT:** This is a proposed update to an existing extension. The APIs
5+
described in this document are not yet implemented and cannot be used in
6+
application code. See [here][1] for the existing extension, which is
7+
implemented.
8+
9+
[1]: <../supported/SYCL_EXT_INTEL_FPGA_LSU.md>
10+
411
The Intel FPGA `lsu` class is implemented in `sycl/ext/intel/fpga_lsu.hpp` which
512
is included in `sycl/ext/intel/fpga_extensions.hpp`.
613

0 commit comments

Comments
 (0)