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

Check if new features in numba 0.60 could improve ctapipe performance #2579

Open
maxnoe opened this issue Jul 9, 2024 · 0 comments
Open

Comments

@maxnoe
Copy link
Member

maxnoe commented Jul 9, 2024

Please describe the use case that requires this feature.

Numba added a couple of new features in 0.60, including

  • Experimental support for calling guvectorize functions in other jitted functions
  • Experimental support for ufunc.at

See full changelog in https://numba.readthedocs.io/en/stable/release/0.60.0-notes.html

Describe the solution you'd like

Check our usage of numba and see if we can gain something from using these new features

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

No branches or pull requests

1 participant