|
3 | 3 | Building from the Source
|
4 | 4 | ========================
|
5 | 5 |
|
6 |
| -To build :py:mod:`dpctl` from the source, you need DPC++ compiler. |
| 6 | +To build :py:mod:`dpctl` from the source, you need the Intel(R) oneAPI DPC++ compiler. |
7 | 7 | To run examples and test suite you would need GPU drivers and/or CPU
|
8 | 8 | OpenCL drivers. It is preferable to use the Intel(R) oneAPI DPC++ compiler
|
9 |
| -available as part of oneAPI Base-Kit. However, it is possible to use a custom |
| 9 | +available as part of the oneAPI Base Kit. However, it is possible to use a custom |
10 | 10 | build of DPC++ to build :py:mod:`dpctl`, especially if you want to enable
|
11 |
| -CUDA support or try latest features. |
| 11 | +CUDA* support or try the latest features. |
12 | 12 |
|
13 | 13 | Building using oneAPI DPC++
|
14 | 14 | ---------------------------
|
15 | 15 |
|
16 |
| -Install oneAPI and graphics drivers to the system prior |
17 |
| -to proceeding further. |
| 16 | +prerequisites |
| 17 | +~~~~~~~~~~~~~ |
| 18 | + |
| 19 | +Install oneAPI and graphics drivers to the system. |
18 | 20 |
|
19 | 21 | Activate oneAPI
|
20 | 22 | ~~~~~~~~~~~~~~~
|
@@ -138,7 +140,7 @@ You can build dpctl from the source using the `DPC++ toolchain <https://github.c
|
138 | 140 | instead of the DPC++ compiler that comes with oneAPI.
|
139 | 141 |
|
140 | 142 | Following steps in the `Build and install with scikit-build`_ use a command-line option to set
|
141 |
| -the relevant CMake variables, for example: |
| 143 | +the relevant CMake variables. For example: |
142 | 144 |
|
143 | 145 | .. code-block:: bash
|
144 | 146 |
|
@@ -167,7 +169,7 @@ To build the library, you need:
|
167 | 169 | * ``ninja`` or ``make``
|
168 | 170 | * Optionally ``gtest 1.10`` if you want to build and run the test suite
|
169 | 171 |
|
170 |
| -For example, on Linux OS the following script can be used to build the C oneAPI |
| 172 | +For example, on Linux* OS the following script can be used to build the C oneAPI |
171 | 173 | library.
|
172 | 174 |
|
173 | 175 | .. code-block:: bash
|
|
0 commit comments