Skip to content

Commit a05f5de

Browse files
authored
[SYCL][Doc] Update for get started guide (#3053)
* Add note that SYCL 2020 implementation is in progress (see issue #2971) * Add note that DPC++ runtime and headers require C++14 (see PR #2528) Signed-off-by: Pavel V Chupin <[email protected]>
1 parent 8eb00d7 commit a05f5de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,14 +661,15 @@ class CUDASelector : public cl::sycl::device_selector {
661661
662662
## C++ standard
663663
664-
* DPC++ runtime is built as C++14 library.
664+
* DPC++ runtime and headers require C++14 at least.
665665
* DPC++ compiler is building apps as C++17 apps by default.
666666
667667
## Known Issues and Limitations
668668
669669
* DPC++ device compiler fails if the same kernel was used in different
670670
translation units.
671671
* SYCL host device is not fully supported.
672+
* SYCL 2020 support work is in progress.
672673
* 32-bit host/target is not supported.
673674
* DPC++ works only with OpenCL low level runtimes which support out-of-order
674675
queues.

0 commit comments

Comments
 (0)