From ad9a7edf1c3fb384c9d098f377a8a92b31f0797f Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Mon, 4 Nov 2024 08:11:47 -0600 Subject: [PATCH] Add section about pyitt --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 801809d..e1c344e 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,13 @@ Call `itt_pt_region_end()` on same thread to end current pt region instance. * [Intel Distribution for Python](https://software.intel.com/en-us/intel-distribution-for-python) * [ITT Task API Reference](https://software.intel.com/en-us/node/544206) +## Related projects + +Intel(R) Instrumentation and Tracing API [project](https://github.com/intel/ittapi) now provides Python bindings +in [pyitt](https://pypi.org/project/pyitt/) package available on PyPI. It provides `pyitt.compatibility_layers.itt_python` +submodule which fully implements the public API of itt-python. + +Users of `itt` are advised to transition to using `pyitt`. ## Thanks