Skip to content
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

Why numba decorators is not compatible with some numpy functions? #4953

Closed
AbdolvahabT opened this issue Dec 12, 2019 · 1 comment
Closed
Labels
question Notes an issue as a question

Comments

@AbdolvahabT
Copy link

numba decorators like jit is not compatible with some numpy functions like tile. When I write some functions to define them the code will be slow. And I have no idea to solve these problems.

@esc esc added the question Notes an issue as a question label Dec 12, 2019
@esc
Copy link
Member

esc commented Dec 12, 2019

@AbdolvahabT thanks for asking about this on the Numba issue tracker. Only a subset of Numpy is supported, you can read more about this here:

http://numba.pydata.org/numba-doc/latest/reference/numpysupported.html

@esc esc closed this as completed Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Notes an issue as a question
Projects
None yet
Development

No branches or pull requests

2 participants