-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added hw ctx support for edge (#8305)
* Registering the xclbin without loading it Signed-off-by: bisingha <[email protected]> * Added ioctl framework for create/destroy hw context for edge Signed-off-by: bisingha <[email protected]> * Added initial commit to create/destroy hw context Signed-off-by: bisingha <[email protected]> * Added open/close graph hw context calls Signed-off-by: bisingha <[email protected]> * Added graph open/close context Signed-off-by: bisingha <[email protected]> * Adjusted previous commits Signed-off-by: bisingha <[email protected]> * Adjusted previous commits Signed-off-by: bisingha <[email protected]> * Removed slot_id hardcoding for create/destroy hw_ctx Signed-off-by: bisingha <[email protected]> * Removed unnecessary function calls Signed-off-by: bisingha <[email protected]> * Added slot_id check Signed-off-by: bisingha <[email protected]> * Added cu open/close context support Signed-off-by: bisingha <[email protected]> * Added execbuf support with hw context Signed-off-by: bisingha <[email protected]> * Adjusted previous commits Signed-off-by: bisingha <[email protected]> --------- Signed-off-by: bisingha <[email protected]>
- Loading branch information
1 parent
52f4caf
commit aafee62
Showing
15 changed files
with
1,004 additions
and
19 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
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
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.