You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sycl/doc/GetStartedGuide.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ and a wide range of compute accelerators such as GPU and FPGA.
12
12
*[Build DPC++ toolchain with support for NVIDIA CUDA](#build-dpc-toolchain-with-support-for-nvidia-cuda)
13
13
*[Build DPC++ toolchain with support for HIP AMD](#build-dpc-toolchain-with-support-for-hip-amd)
14
14
*[Build DPC++ toolchain with support for HIP NVIDIA](#build-dpc-toolchain-with-support-for-hip-nvidia)
15
+
*[Build DPC++ toolchain with support for Native CPU](#build-dpc-toolchain-with-support-for-native-cpu)
15
16
*[Build DPC++ toolchain with support for ARM processors](#build-dpc-toolchain-with-support-for-arm-processors)
16
17
*[Build DPC++ toolchain with additional features enabled that require runtime/JIT compilation](#build-dpc-toolchain-with-additional-features-enabled-that-require-runtimejit-compilation)
17
18
*[Build DPC++ toolchain with device image compression support](#build-dpc-toolchain-with-device-image-compression-support)
@@ -123,6 +124,7 @@ flags can be found by launching the script with `--help`):
123
124
*`--hip-platform` -> select the platform used by the hip backend, `AMD` or
124
125
`NVIDIA` (see [HIP AMD](#build-dpc-toolchain-with-support-for-hip-amd) or see
0 commit comments