Siu Kwan Lam

Results 64 issues of Siu Kwan Lam

Fixes segfault in https://github.com/numba/numba/issues/10292

4 - Waiting on author
Effort - short
skip_release_notes

This is a summary of notes from today's developer meeting: - Plan to roll out experimental support of free-threading in 0.62.0 - To support basic use of numba without causing...

feature_request

Similar issue to https://github.com/numba/numba/issues/10235 ``` import numpy as np import numba array = np.zeros(1, dtype=[("mask", "datetime64[s]", 2)]) # or timedelta64[s] dt1 = np.datetime64('now') print(dt1) print(array[0]["mask"].dtype) array[0]["mask"][0] = dt1 array[0]["mask"][1] =...

bug - failure to compile

As of https://github.com/numba/llvmlite/commit/0cc7741314a4d556b00f79a7c13783f292d30be6 **Observation** Numba CI is seeing massive difference (>2x) in memory use due to different CPU allocated by AzureCI. `znver3` is using a lot more memory than `icelake-server`...

needtriage