Skip to content
esc edited this page May 18, 2023 · 1 revision

Numba Meeting: 2023-05-16

Attendees: Siu Kwan Lam, Guilherme, Andre Masella, Ianna Osborne, Jim Pivarski, Kaustubh, Matthew Murray, Mingjie Wang, Todd A. Anderson, vhaenel, brandon willard, Stuart, Luk FPOC (last week): Guilherme FPOC (incoming): Stuart

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

Please refer to this calendar for the next meeting date.

0. Discussion

Updates from numba- projects? ... postponed until next time

  • numba-rvsdg
  • PIXIE

New "Ready for Review" PRs

1. New Issues

  • numba#8950 - Type signature spelling for arguments with default values
  • numba#8951 - NumbaDeprecationWarning from numba/cuda/random.py
  • numba#8952 - Support for PEP 585 and PEP 604
  • numba#8954 - Migrate gpuCI to RAPIDS Ops Github Actions + self-hosted runners
  • numba#8956 - Weird behavior while using numba on a raspberry pi zero
  • numba#8957 - Seed not working with np.random.randint only if parallel=True
  • numba#8959 - A method to free the memory used by the device arrays after computations on GPU
  • numba#8960 - Jupyter/Ipython Magic tools for Numba
  • llvmlite#943 - SVML and SLPVectorizer patch
  • llvmlite#944 - conda-forge build failures related to PyPy's ctypes
  • llvmlite#946 - Wrong syntax for LLVM 14 argument attributes

Closed Issues

  • numba#8955 - Unpredictable crashes with specific numba code after several consecutive runs
  • numba#8961 - Unsupported .version 8.1

2. New PRs

  • numba#8953 - as_numba_type: support PEPs 585, 604
  • numba#8958 - resurrect the import, this time in the registry initialization
  • numba#8962 - Jupyter magic command for displaying Numba IR
  • numba#8963 - Fix math.pow with int64 argument for CUDA
  • numba#8964 - fix missing nopython keyword in cuda random module
  • numba#8965 - fix return dtype for np.angle
  • llvmlite#945 - Fix #944. Add .argtypes to prevent errors in pypy.

Closed PRs

Clone this wiki locally