Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Numba 0.57 compatibility issues #1000

Closed
4 tasks done
ZzEeKkAa opened this issue Apr 14, 2023 · 1 comment
Closed
4 tasks done

Numba 0.57 compatibility issues #1000

ZzEeKkAa opened this issue Apr 14, 2023 · 1 comment
Assignees

Comments

@ZzEeKkAa
Copy link
Contributor

ZzEeKkAa commented Apr 14, 2023

This is a meta Issue to evaluate numba-dpex with the upcoming numba 0.57 release (numba/numba#8841)

Theses are blockers for compilation/import of numba_dpex:

  • Numba-dpex numba version checking does not handle tag names with rc postfix.
  • Numba-dpex has compatibility issue with nrt_debug_print
  • Numba-dpex relies on module 'numba.core.utils' has no attribute 'cached_property'. Should be 'functools'
  • Remove usage of lower_extensions #1028

Tests not passing, so further actions needed. It may be a problem with missing Docker deps (since I've tested it in docker) or more global problems.

This is not full list. Possible issues may appear after resolving list above

@diptorupd
Copy link
Contributor

Completed and numba-dpex now supports numba 0.57

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants