Skip to content
Open
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
7 changes: 7 additions & 0 deletions sycl/doc/UsersManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,13 @@ and not recommended to use in production environment.

NOTE: This flag is currently only supported with the CUDA and HIP targets.

**`-fsycl-fp64-conv-emu`**

Use fp64 partial emulation for kernels with only fp64 conversion operations
and no fp64 computation operations.

NOTE: This requires an Intel GPU that supports fp64 partial emulation.

**`-fsycl-dump-device-code=<path-to-device-build-artifacts-directory>`** [DEPRECATED]

Enable dumping of device object files (SPIR-V and PTX files) during SYCL
Expand Down