File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -6,22 +6,29 @@ OpenCL™ API to offload computations to accelerators.
6
6
7
7
# Before You Begin
8
8
9
- ### Get ` OpenCL runtime ` for CPU and/or GPU:
9
+ ### Get ` OpenCL runtime ` for CPU and/or GPU on ` Linux ` :
10
10
11
- a. OpenCL runtime for GPU: follow instructions on
11
+ a. OpenCL& trade ; runtime for GPU: follow instructions on
12
12
[ github.com/intel/compute-runtime/releases] ( https://github.com/intel/compute-runtime/releases )
13
13
to install.
14
14
15
15
b. Experimental Intel® ; CPU Runtime for OpenCL&trade ; Applications with
16
16
SYCL support: follow the instructions under
17
17
[ SYCL* Compiler and Runtimes] ( https://github.com/intel/llvm/releases/tag/2019-07 )
18
18
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® ; Download Center] ( https://downloadcenter.intel.com/download/28991/Intel-Graphics-Windows-10-DCH-Drivers )
22
+
23
+ b. The latest/experimental Intel® ; 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
+
19
26
### Get the required tools:
20
27
21
28
a. ` git ` - for downloading the sources (Get it at https://git-scm.com/downloads )
22
-
29
+
23
30
b. ` cmake ` - for building the compiler and tools, version 3.2 or later (Get it at: http://www.cmake.org/download )
24
-
31
+
25
32
c. ` python ` - for building the compiler and running tests (Get it at: https://www.python.org/downloads/release/python-2716/ )
26
33
27
34
d. ` Visual Studio 2017 or later ` (Windows only. Get it at: https://visualstudio.microsoft.com/downloads/ )
You can’t perform that action at this time.
0 commit comments