-
Notifications
You must be signed in to change notification settings - Fork 54
[Refactor][NFC][Cleanups] Update imports to upstream numba to use the numba.cuda modules #561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
94014ce
[Refactor][NFC] Remove references to numba.__file__ and numba.__path__
atmnp ab627e8
[Refactor][NFC] Remove references to pndindex, literal_unroll, stencils
atmnp 679d26f
[Refactor][NFC] Remove reference to numba.__version__
atmnp f99f206
[Refactor][NFC] Vendor-in mergesort and quicksort for future CUDA-spe…
atmnp c6ca436
[Refactor][NFC] Remove references to prange
atmnp b1f91ab
[Refactor][NFC] Remove references to numba.misc, update to numba.cuda…
atmnp eb1accd
[Refactor][NFC] Remove more prange references
atmnp 0782fba
[Refactor][NFC] Update references to numba.errors to now reference nu…
atmnp 5137261
[NFC][Refactor] Replace some dangling imports, add proper guards arou…
atmnp 3c85fde
[Refactor][NFC] Introduce version_info structure and version generati…
atmnp 37692da
update numba.cuda imports to fix test errors
atmnp c7239fd
remove legacy_type_system usage
atmnp c28b063
remove LEGACY_TYPE_SYSTEM in numba.cuda.core.config, skip test on sim
atmnp 0a60d27
Remove MakeFunctionToJitFunction pass, which implicitly uses njit, no…
atmnp 5179b84
bunch of sporadic import fixes, cleanup soon
atmnp caaa5cc
cleaning up some of the guards, removing some of the standalone_numba…
atmnp 31af244
skip array reductions test on sim
atmnp 15dc22a
add an extra guard in test_overload for cpu tests
atmnp be785c0
rename _HAS_NUMBA to HAS_NUMBA, add guard around cpu jiting in random
atmnp 1ac7c92
remove redundant version_info, simplified code that uses it to always…
atmnp 2fbfa13
Revert "Remove MakeFunctionToJitFunction pass, which implicitly uses …
atmnp 369368b
add another dirname for the basepath since numba.cuda adds a level in…
atmnp 184a529
remove individual test skips, there's already one for the module
atmnp cc4682a
address more review comments
atmnp 19cc76b
add guard for JIT_COVERAGE attr in config used
atmnp e3e37a7
Merge branch 'main' into atmn/cleanups
atmnp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.