intel-pti
Intel® Profiling Tools Interface
What it is and what it does
Intel PTI is a framework for developing custom profiling and analysis tools for applications built on Intel's oneAPI programming model and running on Intel accelerators (XPUs). It sits between your application and the Intel hardware, exposing instrumentation hooks that let you capture performance data, trace execution, and analyze workload behavior.
The package is positioned for developers, researchers, and system administrators who need to understand or optimize oneAPI workloads on Intel accelerators. It has no runtime dependencies, but it is tightly coupled to Intel's hardware ecosystem and oneAPI stack—you'll need compatible hardware or a oneAPI development environment to use it effectively. The framework is actively maintained and carries a permissive MIT license.
Use it for:
- Build custom profiling tools to measure performance of oneAPI applications on Intel GPUs or other XPUs.
- Trace and analyze execution patterns of accelerated workloads to identify bottlenecks.
- Instrument scientific or AI applications running on Intel accelerators for detailed performance telemetry.
- Develop monitoring solutions for oneAPI-based HPC or data-center workloads.
- Analyze memory access patterns and kernel execution on Intel XPU hardware.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a framework for building profiling tools that instrument and analyze applications built on oneAPI and running on Intel accelerators (XPUs).
Yes, if you develop or optimize oneAPI applications on Intel accelerators and need a profiling framework. The permissive license, active maintenance, and zero runtime dependencies make it low-friction to add. No, if you lack Intel XPU hardware or work outside the oneAPI ecosystem—the package is tightly specialized and will not be useful otherwise.
Install
intel-pti on PyPI
pip
pip install intel-ptiuv
uv add intel-ptipoetry
poetry add intel-ptiInstalling intel-pti
Before you install
Medium install friction due to platform-specific wheels (Linux x86_64 and Windows x64 only); actively maintained with a recent release.
License in practice
Licensed under MIT, a permissive open-source license that allows use, modification, and distribution with minimal restrictions.
Quickstart
pip install intel-pti
import intel_pti
# Use the framework to build profiling tools for oneAPI applications
Requires Intel XPU hardware or compatible oneAPI environment; wheels available only for Linux x86_64 and Windows x64.
Verify before relying
- Specific Python version requirements (requires_python is unspecified in metadata)
- Whether this package provides ready-to-use profiling tools or requires substantial custom development
- Compatibility with specific oneAPI versions or Intel XPU models
Package facts
| License | The MIT License (permissive) |
| Python support | not specified |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 22 days since the last release |
| First released | |
| Downloads | 169,233/month — #10,424 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: intel_pti-1.0.1-py2.py3-none-manylinux_2_28_x86_64.whl; intel_pti-1.0.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-cmplr-lib-rtProvides shared runtime libraries for Intel…
unclear · top 15,000 on PyPI
dpcpp-cpp-rtProvides compiler-specific runtime libraries…
unclear · top 15,000 on PyPI
intel-cmplr-lic-rtProvides Intel oneAPI runtime licensing and…
unclear · top 15,000 on PyPI
intel-cmplr-lib-urProvides shared runtime libraries for Intel…
unclear · top 15,000 on PyPI
onecclProvides Intel's oneAPI Collective…
unclear · top 15,000 on PyPI
intel-sycl-rtProvides the Intel oneAPI DPC++/C++ SYCL…
unclear · top 15,000 on PyPI
tcmlibManages CPU resource coordination between Intel…
unclear · top 5,000 on PyPI
intel-opencl-rtProvides Intel OpenCL runtime libraries needed…
unclear · top 15,000 on PyPI
mklIntel oneAPI Math Kernel Library provides…
unclear · top 15,000 on PyPI
oneccl-develProvides Intel's oneAPI Collective…
unclear · top 15,000 on PyPI