Skip to content

Update to Numba 0.54 #457

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

Closed
wants to merge 10 commits into from
Closed

Update to Numba 0.54 #457

wants to merge 10 commits into from

Conversation

PokhodenkoSA
Copy link
Contributor

@PokhodenkoSA PokhodenkoSA commented Jun 16, 2021

Used patches from https://github.com/reazulhoque/numba-dppy/commits/fix/with_context

Failed tests now:

FAILED numba_dppy/tests/test_black_scholes.py::TestDPPYBlackScholes::test_black_scholes - KeyError: "Failed in dppy_nopython mode pipeline (step: SPIRV-friendly lowering pass)\n<class 'numba...
FAILED numba_dppy/tests/test_no_copy_usm_shared.py::test_no_copy_usm_shared - AttributeError: 'Flags' object has no attribute 'set'
FAILED numba_dppy/tests/test_usmarray.py::TestUsmArray::test_numba_usmarray_T - numba.core.errors.TypingError: Failed in nopython mode pipeline (step: nopython frontend)
FAILED numba_dppy/tests/test_usmarray.py::TestUsmArray::test_numba_usmarray_empty - numba.core.errors.TypingError: Failed in nopython mode pipeline (step: nopython frontend)
FAILED numba_dppy/tests/test_usmarray.py::TestUsmArray::test_numba_usmarray_functions - numba.core.errors.TypingError: Failed in nopython mode pipeline (step: nopython frontend)
FAILED numba_dppy/tests/test_usmarray.py::TestUsmArray::test_numba_usmarray_shape - numba.core.errors.TypingError: Failed in nopython mode pipeline (step: nopython frontend)

Comment on lines +267 to +268
import numba.cpython.unicode
self.data_model_manager = _init_data_model_manager()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@reazulhoque
What is this code for?

@PokhodenkoSA
Copy link
Contributor Author

Deprecated due to #493.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
numba Integration with numba
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to Numba 0.54
2 participants