Siu Kwan Lam
Siu Kwan Lam
This meta issue lists the concrete tasks needed to implement half-precision floating type. (#4395). llvmlite: - [x] add `half` type numba: - [ ] add `float16` type and conversion to/from...
This issue tracks the NumPy 1.23 support. The plan is to do a Numba 0.56.1 release for NumPy 1.23 support. Pending: - [ ] conda packages for NumPy 1.23 -...
Github supports `CITATION.cff`. See https://github.blog/2021-08-19-enhanced-support-citations-github/. We should add it to help folks cite Numba.
## numba 0.56.0 * [x] merge https://github.com/numba/numba/pull/8255 * [x] Cherry-pick items from the 0.56.0 milestone into a PR. * [x] https://github.com/numba/numba/pull/8269 * [x] Update the "version support table" in the...
Intentionally separating work for non-CPU code path.
No guarantee that libm is search-able in path. The test is failing in my OSX Big Sur.
This enables optimization passes to write diagnostic remarks to a YAML file. The remarks contains info about applied optimizations and missed opportunities with references to the source file if source...
Change https://github.com/numba/llvmlite/blob/ebc4c596ae74d5667790948c56fea41fa1d11885/ffi/targets.cpp#L167-L231 to accept optional codemodel and relocmodel. The createTagetMachine now takes them as `Optional` in http://llvm.org/doxygen/classllvm_1_1Target.html#a3a99d5ba8f023d04d34f652af7494b35. This will simplify the targetmachine creation process as codemodel and relocmodel is set...
I would recommend refactoring the code so that the quotation check is in `NamedValue` but we are too close to cutting a release. We will do the refactoring later since...