Skip to content
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
9 changes: 9 additions & 0 deletions sycl/doc/UsersManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,15 @@ and not recommended to use in production environment.
Currently the only supported Device is "pvc". The supported modes are
"default","small","large", and "auto".

**`-fpreview-breaking-changes`**

When specified, it informs the compiler driver and compilation phases
that it is allowed to break backward compatibility. When this option is
specified the compiler will also set the macro
__INTEL_PREVIEW_BREAKING_CHANGES.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
__INTEL_PREVIEW_BREAKING_CHANGES.
`__INTEL_PREVIEW_BREAKING_CHANGES`.

But that's just nit, feel free to ignore

When this option is used in conjunction with -fsycl, the driver will link
against an alternate form of libsycl, libsycl-preview.

# Example: SYCL device code compilation

To invoke SYCL device compiler set `-fsycl-device-only` flag.
Expand Down