dpcpp-cpp-rt
Intel® oneAPI DPC++/C++ Compiler Runtime
What it is and what it does
dpcpp-cpp-rt is a compiler runtime package from Intel's oneAPI toolchain, containing the shared libraries needed to run executables compiled with the Intel DPC++/C++ compiler. It is not a development tool but a deployment dependency—you install it on machines that need to execute binaries built elsewhere with the Intel compiler, without requiring the full oneAPI development kit.
The package depends on three Intel runtime libraries (intel-openmp, intel-opencl-rt, intel-sycl-rt) and is distributed as platform-specific wheels for Linux (manylinux_2_28_x86_64) and Windows (x86_64). It carries a proprietary Intel license and is classified as production-stable. Installation has medium friction due to its platform specificity and external runtime dependencies.
Use it for:
- Deploy Intel DPC++ compiled applications on production servers without installing the full oneAPI development toolkit
- Run SYCL-based heterogeneous compute workloads on systems with Intel GPUs or accelerators
- Distribute pre-compiled Intel C++ binaries to end-user machines with minimal runtime footprint
- Support CI/CD pipelines that execute Intel-compiled binaries in containerized or isolated environments
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides compiler-specific runtime libraries for Intel oneAPI DPC++/C++ compiled executables, enabling deployment on systems without the full development toolkit.
Yes, if you are deploying executables compiled with Intel oneAPI DPC++/C++ Compiler and your target systems lack the full development toolkit. No, if you are developing with Intel oneAPI—install the full toolkit instead. Verify that the proprietary Intel license terms align with your deployment model before production use.
Install
dpcpp-cpp-rt on PyPI
pip
pip install dpcpp-cpp-rtuv
uv add dpcpp-cpp-rtpoetry
poetry add dpcpp-cpp-rtInstalling dpcpp-cpp-rt
Before you install
Medium install friction due to platform-specific wheels (manylinux_2_28_x86_64, win_amd64) and three runtime dependencies (intel-openmp, intel-opencl-rt, intel-sycl-rt). Recently released (16 days old) with active maintenance status.
License in practice
Licensed under Intel End User License Agreement for Developer Tools with unclear treatment. Proprietary license requires review of Intel's terms before deployment in commercial or redistributed contexts.
Quickstart
pip install dpcpp-cpp-rt
# Then deploy executables compiled with Intel oneAPI DPC++/C++ Compiler
# Requires intel-openmp, intel-opencl-rt, and intel-sycl-rt as runtime dependencies
Platform-specific wheels available only for manylinux_2_28_x86_64 and Windows x86_64; requires glibc 2.28+ on Linux or Windows 64-bit. Intended for deployment hosts, not development.
Verify before relying
- Whether Python version support is truly unspecified or if there are implicit constraints from the runtime dependencies
- Whether the three runtime dependencies (intel-openmp, intel-opencl-rt, intel-sycl-rt) are automatically resolved or require manual installation
- Compatibility scope: which Intel oneAPI compiler versions this runtime supports
Package facts
| License | Intel End User License Agreement for Developer Tools (unclear) |
| Python support | not specified |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 3 — intel-openmp, intel-opencl-rt, intel-sycl-rt |
| Maintenance | actively maintained — 16 days since the last release |
| First released | |
| Downloads | 199,599/month — #9,703 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: dpcpp_cpp_rt-2026.1.1-py2.py3-none-manylinux_2_28_x86_64.whl; dpcpp_cpp_rt-2026.1.1-py2.py3-none-win_amd64.whl
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
intel-sycl-rtProvides the Intel oneAPI DPC++/C++ SYCL…
unclear · top 15,000 on PyPI
intel-ptiProvides a framework for building profiling…
permissive · top 15,000 on PyPI
intel-cmplr-lib-rtProvides shared runtime libraries for Intel…
unclear · top 15,000 on PyPI
intel-cmplr-lib-urProvides shared runtime libraries for Intel…
unclear · top 15,000 on PyPI
intel-opencl-rtProvides Intel OpenCL runtime libraries needed…
unclear · top 15,000 on PyPI
intel-cmplr-lic-rtProvides Intel oneAPI runtime licensing and…
unclear · top 15,000 on PyPI
intel-openmpProvides Intel's OpenMP runtime library for…
unclear · top 5,000 on PyPI
onemkl-licenseProvides C and Data Parallel C++ (DPC++)…
unclear · top 15,000 on PyPI
mkl-includeProvides C and Data Parallel C++ (DPC++)…
unclear · top 15,000 on PyPI
onemkl-sycl-dftProvides optimized C and Data Parallel C++…
unclear · top 15,000 on PyPI