numba
https://github.com/numba/numba
Python
NumPy aware dynamic Python compiler using LLVM
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported30 Subscribers
View all SubscribersAdd a CodeTriage badge to numba
Help out
- Issues
- Wrapper functions not inlined in prange kernels on Numba 0.64+ (LLVM 20)
- Regression (0.66.0): two-argument max/min fail on CUDA after #10543 refactored them into *args overloads
- Better error for constant inference for missing module
- `core.withcontexts` type stubs (`objmode`, `parallel_chunksize`)
- `core.types.misc` type stubs
- `core.types.iterators` type stubs
- DOC: Reference Manual incorrectly shows nopython=False as the default for @jit
- `core.types.containers` type stubs
- Add type stubs for `numba.types`
- Regression in cgutils.pointer_add (0.67.0rc1): emits illegal bitcast i64 … to i8* for integer-typed address operands
- Docs
- Python not yet supported