This repository was archived by the owner on Jan 25, 2023. It is now read-only.
forked from numba/numba
-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
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
We have to mention that IntelPython/numba differs from original Numba.
This commit fixes misspelling of _finalize_dynamic_globals(). This function is used only in the same file.
This commit adds modification introduced about addrspace from ce96c20 by @DrTodd13 and test fixed in 947b407 by @reazulhoque. This commit could be proposed to upstream.
This patch introduces global initialization of lower_extensions with one functions and replaces with a list of functions. This change first made in commit 947b407 by @reazulhoque.
Changed in 8ccfd36 and a77eab6 by @reazulhoque. Possibly this 2 changes are not related to each other.
This line was commented when introduced codegen debugging by @DrTodd13. Uncommenting this line requires modifications in numba-dppy. It seems that numba-dppy compilation does not work correctly with global compiler lock.
This modifications make jit() decorator use TargetDispatcher from dppl. Changes made in #57 by @AlexanderKalistratov and @1e-to.
Co-authored-by: etotmeni <[email protected]>
Co-authored-by: etotmeni <[email protected]>
Co-authored-by: Todd A. Anderson <[email protected]>
This commit fixes misspelling of _finalize_dynamic_globals(). This function is used only in the same file.
This commit adds modification introduced about addrspace from ce96c20 by @DrTodd13 and test fixed in 947b407 by @reazulhoque. This commit could be proposed to upstream.
Changed in 8ccfd36 and a77eab6 by @reazulhoque. Possibly this 2 changes are not related to each other.
Co-authored-by: etotmeni <[email protected]>
Co-authored-by: Todd A. Anderson <[email protected]>
This modifications make jit() decorator use TargetDispatcher from dppl. Changes made in #57 by @AlexanderKalistratov and @1e-to.
This patch introduces global initialization of lower_extensions with one functions and replaces with a list of functions. This change first made in commit 947b407 by @reazulhoque.
This line was commented when introduced codegen debugging by @DrTodd13. Uncommenting this line requires modifications in numba-dppy. It seems that numba-dppy compilation does not work correctly with global compiler lock.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR clean all modifications on top of release0.51 and then apply patches.
This patches will move to upstream eventually.