Skip to content

Commit b2aa36b

Browse files
authored
Update README.md
Minor changes
1 parent 0876932 commit b2aa36b

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,15 @@
22
[![codecov](https://codecov.io/gh/IntelPython/dpnp/branch/master/graph/badge.svg)](https://codecov.io/gh/IntelPython/dpnp)
33
[![Build Sphinx](https://github.com/IntelPython/dpnp/workflows/Build%20Sphinx/badge.svg)](https://intelpython.github.io/dpnp)
44

5-
# DPNP: NumPy Drop-In Replacement for Intel(R) XPU
5+
# DPNP - Data Parallel Extension for NumPy*
66
[API coverage summary](https://intelpython.github.io/dpnp/reference/comparison.html#summary)
77

88
[Full documentation](https://intelpython.github.io/dpnp/)
99

1010
[DPNP C++ backend documentation](https://intelpython.github.io/dpnp/backend_doc/)
1111

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-
2212
## Build from source:
23-
Ensure you have the following prerequisite packages installed:
13+
Ensure you have the following prerequisite packages installed:
2414

2515
- `mkl-devel-dpcpp`
2616
- `dpcpp_linux-64` or `dpcpp_win-64` (depending on your OS)

0 commit comments

Comments
 (0)