Skip to content
Valentin Haenel edited this page Jan 13, 2021 · 2 revisions

Numba Meeting: 2021-01-12

Attendees: Siu, Stu, Jim P, Luk, Ivan, P. Ortmann, Alex, Siu Chi, Angelina, Keith, Val, Dipto, Guilherme.

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

0. Feature Discussion/admin

1. New Issues

  • #6629 - [PROJECT] Provide CI for all Supported Architectures
  • #6628 - Consider Using Bounties
  • #6627 - Passing elements by reference to CUDA device kernel
  • #6625 - Performance issue: jitclass+typedlist more than 10 x slower than Julia
    • most of the slowdown seem to come from jitclass
  • #6624 - np.where fails in @vectorize
    • may need another peephole optimizer (joke?)
  • #6621 - Issue with casting? of types in set.add().
  • #6617 - Add support for more complex signatures to guvectorize
    • will need to go through NumPy, Siu will answer

Closed Issues

  • #6620 - CUDA_ERROR_UNKNOWN

2. New PRs

  • #6626 - A simple event system to broadcast compiler events
    • needs a review, then a corresponding setup for llvmlite
  • #6623 - Fix #6556 extend variable lifetime to block end.
  • #6622 - Fix 6534, handle unpack of assign-like tuples.
  • #6619 - Improved fastmath code generation for trig, log, and exp/pow.

Closed PRs

  • #6618 - Wip/pr6579 withlift

3. Next Release: Version 0.53.0, RC=Q1 2021

  • Relase branch: mid-Jan

4. Upcoming tasks

Clone this wiki locally