Skip to content

Commit ac544f9

Browse files
v-klochkovbader
authored andcommitted
[SYCL][DOC] Add link to Windows OpenCL RT to GetStartedWithSYCLCompiler doc
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent c5708f9 commit ac544f9

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

sycl/doc/GetStartedWithSYCLCompiler.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,29 @@ OpenCL&trade; API to offload computations to accelerators.
66

77
# Before You Begin
88

9-
### Get `OpenCL runtime` for CPU and/or GPU:
9+
### Get `OpenCL runtime` for CPU and/or GPU on `Linux`:
1010

11-
a. OpenCL runtime for GPU: follow instructions on
11+
a. OpenCL&trade; runtime for GPU: follow instructions on
1212
[github.com/intel/compute-runtime/releases](https://github.com/intel/compute-runtime/releases)
1313
to install.
1414

1515
b. Experimental Intel&reg; CPU Runtime for OpenCL&trade; Applications with
1616
SYCL support: follow the instructions under
1717
[SYCL* Compiler and Runtimes](https://github.com/intel/llvm/releases/tag/2019-07)
1818

19+
### Get `OpenCL runtime` for CPU and/or GPU on `Windows`:
20+
a. OpenCL&trade; runtime for GPU and CPU: download it from
21+
[Intel&reg; Download Center](https://downloadcenter.intel.com/download/28991/Intel-Graphics-Windows-10-DCH-Drivers)
22+
23+
b. The latest/experimental Intel&reg; CPU Runtime for OpenCL&trade; Applications with SYCL support
24+
on Windows `will soon be published` together with Linux runtime at [SYCL* Compiler and Runtimes](https://github.com/intel/llvm/releases)
25+
1926
### Get the required tools:
2027

2128
a. `git` - for downloading the sources (Get it at https://git-scm.com/downloads)
22-
29+
2330
b. `cmake` - for building the compiler and tools, version 3.2 or later (Get it at: http://www.cmake.org/download)
24-
31+
2532
c. `python` - for building the compiler and running tests (Get it at: https://www.python.org/downloads/release/python-2716/ )
2633

2734
d. `Visual Studio 2017 or later` (Windows only. Get it at: https://visualstudio.microsoft.com/downloads/)

0 commit comments

Comments
 (0)