Skip to content

[SYCL][DOC] Move proposed FPGA extensions #5453

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

Merged
merged 3 commits into from
Feb 4, 2022
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
:language: {basebackend@docbook:c++:cpp}

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

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.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

# FPGA lsu

**IMPORTANT:** This is a proposed update to an existing extension. The APIs
described in this document are not yet implemented and cannot be used in
application code. See [here][1] for the existing extension, which is
implemented.

[1]: <../supported/SYCL_EXT_INTEL_FPGA_LSU.md>

The Intel FPGA `lsu` class is implemented in `sycl/ext/intel/fpga_lsu.hpp` which
is included in `sycl/ext/intel/fpga_extensions.hpp`.

Expand Down