Skip to content

Conversation

@anmyachev
Copy link
Contributor

@anmyachev anmyachev commented Oct 10, 2025

Closes #3852

The first step to obtaining profiling data in more complex cases where the previous workaround did not work.

The assembly of PTI wheels will be organized separately, since PTI is not yet ready for this (there is no setup.py/pyproject.toml). FYI @jfedorov

The next immediate step is to improve the pass rate and clean up old code.

@anmyachev anmyachev changed the title [DEBUG] Integrate PTI callback interface and build it from sources Integrate PTI callback interface and build it from sources Oct 13, 2025
@anmyachev anmyachev marked this pull request as ready for review October 13, 2025 20:12
PTI_LIBS_DIR="$(pwd)/build-linux-icpx-release/lib/"
cd ../..
export LD_LIBRARY_PATH=$PTI_LIBS_DIR:$LD_LIBRARY_PATH
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version of PTI requires ze loader 1.24.2 dependency, while agama 1146 includes 1.21.* (however 1188 includes 1.24.* so most likely there is no problem with this), which is likely why this variable needs to be used for the tests to work.

@anmyachev anmyachev merged commit a9e92c0 into main Oct 14, 2025
58 of 60 checks passed
@anmyachev anmyachev deleted the amyachev/pti-build branch October 14, 2025 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Integrate PTI callback interface

3 participants