We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de518bf + 51057ba commit c2849aaCopy full SHA for c2849aa
README.md
@@ -15,11 +15,19 @@
15
## Build from source:
16
Ensure you have the following prerequisite packages installed:
17
18
-- `mkl-devel-dpcpp`
+- `cython`
19
+- `cmake >=3.21`
20
- `dpcpp_linux-64` or `dpcpp_win-64` (depending on your OS)
21
+- `dpctl`
22
+- `mkl-devel-dpcpp`
23
- `onedpl-devel`
24
+- `ninja`
25
+- `numpy >=1.19,<1.25a0`
26
+- `python`
27
+- `scikit-build`
28
+- `setuptools`
29
+- `sysroot_linux-64 >=2.28` (only on Linux OS)
30
- `tbb-devel`
-- `dpctl`
31
32
After these steps, `dpnp` can be built in debug mode as follows:
33
0 commit comments