forked from Xilinx/XRT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support context/queue in KDS (Xilinx#1731)
Add support for context / queue feature in KDS. Add exec_write method to specify context. Modify exec_write to use CU offset rather than global offset, this is a breaking change. Reserve exec_write payload [0..6] corresponding to 0x0..0x14 for CU control so that addr,value pair starts at 0x18. 0x10 and 0x14 are for context in/out and are used if and only if kernel enables context feature.
- Loading branch information
Showing
7 changed files
with
370 additions
and
66 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.