Skip to content
esc edited this page Jun 15, 2022 · 1 revision

Numba Meeting: 2022-06-14

Attendees: Siu Kwan Lam, Val, Andre Masella, Graham Markall, LI Da, Nicholas Riasanovsky, stuart, Todd A. Anderson, Shannon Quinn, Kaustubh Chaudhari, brandon willard, Luk, Guilherme Leobas

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

Please refer to this calendar for the next meeting date.

0. Discussion

1. New Issues

  • #8138 - Fix fp16 native cast for cpu target
  • #8140 - replace_vars to auto fixup scope
  • #8141 - Numerical differences in latest numba with NumPy 1.21 vs 1.22
  • #8146 - Truediv Parfor fails when input array and return value has control flow
  • #8149 - LLVM dump appears to be optimized when it shouldn't be
  • #8155 - CUDA: Provide more flexibility in the FP error model
  • #8156 - Make NRT stats counters optional, off by default
  • #8157 - -pthread link flag missing in setup.py for linux-ppc64le

llvmlite:

  • #852 - Not able to install Librosa on my remote Linux system
  • #853 - External linking: warning "relocation in read-only section .text"

Closed Issues

  • #8148 - '$phiXX.X.XX' is not in scope when try/catch in literal_unroll
  • #8152 - NumPy 1.19.2 build 1 breaks public CI

2. New PRs

  • #8139 - Stencil neighborhood option doesn't support numpy.integer
  • #8143 - Add fastmath support to cc.export
  • #8144 - Fix NumPy capitalisation in docs.
  • #8145 - Allow ufunc builder to use previously JITed function
  • #8147 - Adds size variable for a single array that cannot be inferred
  • #8153 - Testing NumPy 1.23 RC 3 on public CI.
  • #8154 - Testhound/native cast 8138
  • #8158 - adding -pthread for linux-ppc64le in setup.py

Closed PRs

  • #8142 - CUDA: Fix some missed changes from dropping 9.2
  • #8150 - Constrain libgcc-ng version in incremental builds.
  • #8151 - pin NumPy to build 0 of 1.19.2 on public CI
Clone this wiki locally