Skip to content

Commit ed19916

Browse files
Update sycl/doc/GetStartedGuide.md
Co-authored-by: Alexey Bader <[email protected]>
1 parent 8f08dba commit ed19916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ flags can be found by launching the script with `--help`):
110110
* `--cuda` -> use the cuda backend (see [Nvidia CUDA](#build-dpc-toolchain-with-support-for-nvidia-cuda))
111111
* `--rocm` -> use the rocm backend (see [AMD ROCm](#build-dpc-toolchain-with-support-for-amd-rocm))
112112
* `--rocm-platform` -> select the platform used by the rocm backend, `AMD` or `NVIDIA` (see [AMD ROCm](#build-dpc-toolchain-with-support-for-amd-rocm) or see [NVIDIA ROCm](#build-dpc-toolchain-with-support-for-nvidia-rocm))
113-
* '--enable-esimd-cpu-emulation' -> enable ESIMD CPU emulation (See [Build DPC++ toolchain with support for ESIMD CPU Emulation])
113+
* '--enable-esimd-cpu-emulation' -> enable ESIMD CPU emulation (see [ESIMD CPU emulation](#build-dpc-toolchain-with-support-for-esimd-cpu))
114114
* `--shared-libs` -> Build shared libraries
115115
* `-t` -> Build type (debug or release)
116116
* `-o` -> Path to build directory

0 commit comments

Comments
 (0)