-
Notifications
You must be signed in to change notification settings - Fork 488
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: bitwise-ops-for-tensors (#2498)
* feat: bitwise-ops-for-tensors * add bitwise ops for jit * patch: address-requested-changes * feat: jit-binary-int-ops * cargo lock * feat: jit-backend bitwise not unary op * feat: bitwise left shift and right shift ops * patch: resolve review request changes * patch: remove-dtype-int-op-desc * refactor requested changes * Add bitwise int ops to book + remove dead code --------- Co-authored-by: Guillaume Lagrange <[email protected]>
- Loading branch information
Showing
22 changed files
with
1,836 additions
and
70 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.