Skip to content

[SYCL] Add more details about the -fintelfpga option #1218

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 1 commit into from
Mar 3, 2020
Merged
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
10 changes: 9 additions & 1 deletion sycl/doc/SYCLCompilerUserManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,15 @@ your application.

**`-fintelfpga`**

Perform ahead of time compilation for FPGA.
Perform ahead of time compilation for Intel FPGA, which relies on the external tool `aoc`
being available in the `PATH`.

This option is roughly equivalent to `-fsycl-targets=spir64_fpga-unknown-unknown-sycldevice -g -MMD -lOpenCL`.

It is incompatible with `-fsycl-targets=...`; if ahead of time compilation
is needed for multiple backends (e.g. Intel FPGA, Intel GPU, etc.), the
alternative form based on `-fsycl-targets=spir64_fpga-unknown-unknown-sycldevice`
should be used instead.

**`-fsycl-link=<value>`**

Expand Down