-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Runtime] Support arbitrary bitwidth integer in LLVM execution engine (…
…#37) * Add T test * Add make_any_bitwidth_np_array * Reorg new_arg * Fix reverting struct array to int array * Fix output type * Add i8 i16 return * Add support for i<16 * Add typedef to global_var * Fix return_dtype * Add np_supported_types * Fix np_type * Cast np_type * Fix pylint * Add UInt in builder * Update tests * Fix return arg * Fix return same
- Loading branch information
Showing
6 changed files
with
365 additions
and
36 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.