File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 2
2
[ ![ codecov] ( https://codecov.io/gh/IntelPython/dpnp/branch/master/graph/badge.svg )] ( https://codecov.io/gh/IntelPython/dpnp )
3
3
[ ![ Build Sphinx] ( https://github.com/IntelPython/dpnp/workflows/Build%20Sphinx/badge.svg )] ( https://intelpython.github.io/dpnp )
4
4
5
- # DPNP: NumPy Drop-In Replacement for Intel(R) XPU
5
+ # DPNP - Data Parallel Extension for NumPy *
6
6
[ API coverage summary] ( https://intelpython.github.io/dpnp/reference/comparison.html#summary )
7
7
8
8
[ Full documentation] ( https://intelpython.github.io/dpnp/ )
9
9
10
10
[ DPNP C++ backend documentation] ( https://intelpython.github.io/dpnp/backend_doc/ )
11
11
12
- The project contains:
13
- - Python interface with NumPy-like API
14
- - C++ library with SYCL based kernels
15
-
16
- ## How to run
17
- By default main CPU SYCL queue is used. To use Intel GPU please use:
18
- ``` bash
19
- DPNP_QUEUE_GPU=1 python examples/example1.py
20
- ```
21
-
22
12
## Build from source:
23
- Ensure you have the following prerequisite packages installed:
13
+ Ensure you have the following prerequisite packages installed:
24
14
25
15
- ` mkl-devel-dpcpp `
26
16
- ` dpcpp_linux-64 ` or ` dpcpp_win-64 ` (depending on your OS)
You can’t perform that action at this time.
0 commit comments