Skip to content
Valentin Haenel edited this page May 18, 2021 · 1 revision

Numba Meeting: 2021-05-18

Attendees: Jim Pivarski, brandon willard, Graham Markall, Guilherme, Todd A. Anderson, Siu Kwan Lam, stuart, Valentin Haenel

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

0. Feature Discussion/admin

1. New Issues

  • #7034 - DEBUG_JIT is undocumented and only works for the CPU target
  • #7033 - Unsupported op-code encountered: list_to_tuple (only with Python 3.9)
  • #7032 - Slicing UniTuple in a loop fails
  • #7029 - .view() for NumPy types broken if the view type is a complex type
  • #7028 - memory leak caused by racing conditions in parallel loop
  • #7023 - Using operator module as mapping fails when compiling
    • bug/feature request, literalstrkeydict is intercepting code too early.
  • #7022 - ir not imported
    • consider getting rid of it.
  • #7014 - [BUG] cannot pickle generator when there is only one function that uses input

Closed Issues

  • #7026 - Poor performance on cuda const memory
  • #7017 - unittest: tbb test fork from non main thread is broken on mainline
  • #7015 - List CUDA Array Intefrace support for NVIDIA DALI

2. New PRs

  • #7031 - Fix inliner to use a single scope for all blocks
  • #7030 - Fixes missing typing_extensions dependency on gitpython
  • #7027 - Fix nrt debug print
  • #7025 - Add missing vars into scope during SSA rewrite
  • #7024 - fixed llvmir usage in create_module method
  • #7021 - Debug cache location in failing test **** - #7019 - Support NumPy 1.20
    • min numpy 1.17
    • 32-bit platform missing conda packages for newer numpy

Closed PRs

  • #7020 - Fix #7017. Adds util class PickleCallableByPath
  • #7018 - Remove cu{blas,sparse,rand,fft} from library checks
  • #7016 - Docs: Add DALI to list of CAI-supporting libraries
  • #7013 - CUDA: Convert some intrinsics to use @intrinsic

3. Next Release: Version 0.54.0/0.37.0, RC=June 2021

Clone this wiki locally