Skip to content
esc edited this page Oct 11, 2023 · 1 revision

Numba Meeting: 2023-10-10

Attendees: FPOC (last week): FPOC (incoming):

NOTE: All communication is subject to the Numba Code of Conduct.

Please refer to this calendar for the next meeting date.

0. Discussion

triage topics

  • python 3.12 status
  • numba and llvmlite patch releases:
    • numba: numpy 1.26 ready for buildfarm testing
    • llvmlite: orcjit bug discussion
      • resolution: skip test for orcjit for now
  • numba 0.59 must-haves and nice-to-haves
  • public meeting -> office hours
    • everyone agreed
    • TODOs:
      • find meeting platform
      • make announcement

public meeting discussion

  • discussion on tiling and polyhedral

New "Ready for Review" PRs

1. New Issues

  • numba#9222 - Invalid closure handling in _create_function_from_code_obj
  • numba#9224 - numba Generator.uniform() doesn't work with array-like inputs
  • numba#9229 - cuda.grid(1) returns incorrect value due to signed integer overflow
    • likely a regression from a long time ago
    • also it's an unlikely overflow case given users should use loop-stride.
    • target numba 0.59
  • numba#9231 - GitHub Actions: fix towncrier workflow to re-run on adding skip label
    • Something for a rainy day
  • numba#9232 - AArch64 OrcJIT segfault
    • Can be migrated to llvmlite
  • numba#9233 - print failed in parallel=True, cache=True
    • Siu managed to reproduce
    • probably a parfors bug
  • numba#9234 - Typos in Numba Documentation
    • A few typos at a time
    • Not worth the effort to add an action

Closed Issues

2. New PRs

  • numba#9223 - CUDA: Add support for compiling device functions with C ABI
  • numba#9226 - Update randomimpl.py to allow floating arguments to negative_binomial
  • numba#9227 - Support NumPy 1.26 (PR aimed at review / merge)
  • numba#9228 - Fix #9222 - Don't replace . with _ in func arg names in inline closures
  • numba#9230 - allow using IntEnumMember as array index
    • Doed need a release notes snippet

Closed PRs

3. Short-term Roadmap

gantt: https://github.com/numba/numba/issues/8971

Clone this wiki locally