File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ and a wide range of compute accelerators such as GPU and FPGA.
37
37
38
38
* ` git ` - [ Download] ( https://git-scm.com/downloads )
39
39
* ` cmake ` version 3.14 or later - [ Download] ( http://www.cmake.org/download/ )
40
- * ` python ` - [ Download] ( https://www.python.org/downloads/release/python-2716/ )
40
+ * ` python ` - [ Download] ( https://www.python.org/downloads/ )
41
41
* ` ninja ` -
42
42
[ Download] ( https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages )
43
43
* C++ compiler
@@ -46,7 +46,7 @@ and a wide range of compute accelerators such as GPU and FPGA.
46
46
* Windows: ` Visual Studio ` version 15.7 preview 4 or later -
47
47
[ Download] ( https://visualstudio.microsoft.com/downloads/ )
48
48
49
- Alternatively, you can use Docker image, that has everything you need
49
+ Alternatively, you can use Docker image, that has everything you need for building
50
50
pre-installed:
51
51
52
52
```
@@ -316,6 +316,7 @@ the following tools need to be installed:
316
316
317
317
* doxygen
318
318
* graphviz
319
+ * sphinx
319
320
320
321
Then you'll need to add the following options to your CMake configuration
321
322
command:
@@ -520,7 +521,7 @@ python $DPCPP_HOME/llvm/buildbot/check.py
520
521
` ` ` bat
521
522
python %DPCPP_HOME%\l lvm\b uildbot\c heck.py
522
523
` ` `
523
-
524
+ Make sure that psutil package is installed.
524
525
If no OpenCL GPU/CPU runtimes are available, the corresponding tests are
525
526
skipped.
526
527
You can’t perform that action at this time.
0 commit comments