-
Notifications
You must be signed in to change notification settings - Fork 33
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
Updated Numba-dpex to use Numba 0.56. #818
Conversation
mingjie-intel
commented
Nov 10, 2022
•
edited
Loading
edited
- Imported mangle_c from numba 0.55 to numba 0.56.
- Merged itanimu_mangler.py from numba and extended_numba_itanium_mangler.py, renamed to itanium_mangler.py.
- Updated conda recipe and github workflow to use numba 0.56 and dpnp 0.11.
- Disabled 6 test cases: 4 usmarray, 1 parfor and 1 reduction. Will revisit.
Documentation preview: show. |
1 similar comment
Documentation preview: show. |
environment.yml
Outdated
@@ -11,7 +11,7 @@ dependencies: | |||
- gxx_linux-64 | |||
- dpcpp_linux-64 | |||
- cython | |||
- numba 0.55* | |||
- numba >=0.56* | |||
- dpctl >=0.14* | |||
- dpnp >=0.10.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let us go to 0.11 for dpnp
Update dpnp version to dpnp=0.11*.
Documentation preview: show. |
Documentation preview: show. |
Documentation preview: show. |
Documentation preview: show. |
Merging based on public CI and successful local testing. |
Documentation preview removed. |
Updated Numba-dpex to use Numba 0.56. 9358bef
Updated Numba-dpex to use Numba 0.56. 9358bef