Expose xrt::run::get_ctrl_scratchpad_bo in Python PyXRT bindings#9814
Merged
Conversation
Signed-off-by: andrej <an.roesti@gmail.com>
This was referenced May 14, 2026
Merged
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
sonals
approved these changes
May 14, 2026
chvamshi-xilinx
pushed a commit
that referenced
this pull request
May 15, 2026
* Fix errors to generate documentation (#9805) Signed-off-by: Manoj Takasi <mtakasi@amd.com> * Refine README and other minor doc updates (#9815) * Fix a malformed table and refine the README Signed-off-by: Sonal Santan <sonal.santan@amd.com> * Rebase and minor document updates Signed-off-by: Sonal Santan <sonal.santan@amd.com> * Rewording of driver model Signed-off-by: Sonal Santan <sonal.santan@amd.com> * Clearly enumerate AMD device families Signed-off-by: Sonal Santan <sonal.santan@amd.com> --------- Signed-off-by: Sonal Santan <sonal.santan@amd.com> * Expose xrt::run::get_ctrl_scratchpad_bo in Python PyXRT bindings (#9814) Signed-off-by: andrej <an.roesti@gmail.com> * Revert "Add io_uring changes to ads_runtime_api.cpp files (#9708)" (#9812) This reverts commit 5f886c3. --------- Signed-off-by: Manoj Takasi <mtakasi@amd.com> Signed-off-by: Sonal Santan <sonal.santan@amd.com> Signed-off-by: andrej <an.roesti@gmail.com> Co-authored-by: Sonal Santan <sonal.santan@amd.com> Co-authored-by: André Rösti <an.roesti@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We'd like to use the scratchpad feature in MLIR-AIE/IRON from Python.
Note: Max advised I should submit the PR to
main. The old backport PR to theXRT-2.21branch is at #9813. We'd like to get this into whatever version of XRT that xdna-driver pulls.