-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add another new executable test. Not fully enabled until bugs in
the thunk unpacking code are fixed. Move functions to static functions. Add handling of std::vector<bool>. std::vector<bool> is a class that is distinct from all other std::vector<T> and it needs to be handled with special code on the host side. (On the device side, it is forced to look like any other span.) Signed-off-by: Eric Schweitz <[email protected]>
- Loading branch information
1 parent
06c57c7
commit c69b593
Showing
11 changed files
with
1,297 additions
and
829 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
Oops, something went wrong.