This repository was archived by the owner on Sep 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,11 @@ accelerators such as FPGA.
77This collection of examples is part of "[ oneAPI for Scientific Python Community] [ poster ] "
88virtual poster by @oleksandr-pavlyk and @diptorupd presented at [ SciPy 2022] [ scipy22 ] conference.
99
10+ Two packages ` kde_setuptools ` and ` kde_pybind11 ` implement the same Kernel Density Estimation
11+ code executable on SYCL devices supported by DPC++, e.g. Intel CPUs, Intel GPUs.
12+
13+ They only differ in how they are built. One is built with plain ` setuptools ` while other
14+ is build with ` scikit-build ` and uses DPC++ integration with CMake.
15+
1016[ poster ] : https://intelpython.github.io/oneAPI-for-SciPy
1117[ scipy22 ] : https://www.scipy2022.scipy.org/
Original file line number Diff line number Diff line change @@ -6,4 +6,9 @@ and DCP++ has been activated:
66``` bash
77CC=icx CXX=icpx python setup.py develop -G Ninja -- -DDCPTL_MODULE_PATH=$( python -m dpctl --cmakedir)
88pytest -m tests
9- ```
9+ ```
10+
11+ Scikit-build enables building Python native extensions using CMake. This package leverage integration DPC++
12+ with CMake [ dpcpp-cmake-integration] as well as integration of ` dpctl ` with CMake.
13+
14+ [ dpcpp-cmake-integration ] : https://www.intel.com/content/www/us/en/develop/documentation/oneapi-dpcpp-cpp-compiler-dev-guide-and-reference/top/compiler-setup/use-the-command-line/use-cmake-with-the-intel-oneapi-dpc-c-compiler.html
You can’t perform that action at this time.
0 commit comments