-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed #658 Unsigned Integer Indexing Optimizations for STUMP & AAMP
* initial attempt * fix black formatting issues * fix typo, add test_stump_uint.py * use range instead of np.arange * use j instead of ik * using np.uint64(m) * changes to aamp * copied to stump and aamp * remove uint modules * ran black formatter * rm uint module imports * fixed naming * add type casting to avoid errors * using unsigned_m * tweak a couple things so it works * updated uint64 variable naming * simplified condition * fixed condition
- Loading branch information
Showing
2 changed files
with
59 additions
and
38 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