Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / numba/numba issues and pull requests

#9507 - memory leak caused by PinnedArray

Issue - State: open - Opened by doronf-cortica 8 months ago - 5 comments
Labels: CUDA, bug - memory leak

#9504 - added np.size() overload and added tests

Pull Request - State: closed - Opened by shourya5 8 months ago - 1 comment
Labels: numpy, 5 - Ready to merge

#9498 - median raises assertion error for an empty array

Pull Request - State: closed - Opened by adityav1810 9 months ago - 5 comments
Labels: 2 - In Progress, 4 - Waiting on author, stale, Effort - short, abandoned - stale

#9495 - Schedule guvectorize'd functions over dask.distributed

Pull Request - State: closed - Opened by crusaderky 9 months ago - 3 comments
Labels: 5 - Ready to merge

#9493 - random.Generator.binomial infinite loop

Issue - State: closed - Opened by japlete 9 months ago - 6 comments
Labels: numpy, bug - incorrect behavior, bug - numerically incorrect

#9490 - Non-det bug with prange code

Issue - State: open - Opened by sklam 9 months ago - 4 comments
Labels: bug, SSA, bug - miscompile, bug - regression

#9488 - Update overview.rst

Pull Request - State: closed - Opened by jftsang 9 months ago - 2 comments
Labels: doc, CUDA, 5 - Ready to merge, Effort - short, skip_release_notes

#9485 - Numba 0.59.1 Checklist

Issue - State: closed - Opened by sklam 9 months ago - 3 comments
Labels: Task

#9482 - Add support for `sys.monitoring` events.

Pull Request - State: open - Opened by stuartarchibald 9 months ago - 1 comment
Labels: 2 - In Progress

#9479 - Numba list of sets causes malfunctioning when filled by function not decorated with @jit

Issue - State: open - Opened by Raul9940 9 months ago - 5 comments
Labels: bug - incorrect behavior

#9469 - CUDA target respect NUMBA_OPT environment variable

Issue - State: open - Opened by shaunc 9 months ago - 8 comments
Labels: CUDA, bug - incorrect behavior

#9465 - I get super bad performance when using zip() and parallel=True

Issue - State: closed - Opened by SandroMartens 9 months ago - 4 comments
Labels: more info needed, stale

#9464 - The `np.size()` Function Fails

Issue - State: closed - Opened by RoyiAvital 9 months ago - 3 comments
Labels: easy, feature_request, good first issue

#9462 - overload_methoded function shouldn't set `no_cpython_wrapper` as `False`

Issue - State: open - Opened by dlee992 9 months ago - 4 comments
Labels: performance - compile time

#9458 - Add `pinned` and `as_cuda_array` to cudasim mode

Pull Request - State: open - Opened by tornikeo 9 months ago - 7 comments
Labels: 2 - In Progress, CUDA

#9457 - Remove unused recompilation for the same function and same signature

Pull Request - State: open - Opened by dlee992 9 months ago - 11 comments
Labels: 4 - Waiting on reviewer

#9454 - Don't attempt to register overloads that aren't for this target in `BaseContext` and related fixes

Pull Request - State: open - Opened by gmarkall 9 months ago - 2 comments
Labels: 3 - Ready for Review, skip_release_notes

#9440 - Overloaded function is compiled more than once with the same signature

Issue - State: open - Opened by dlee992 9 months ago - 5 comments
Labels: bug

#9438 - Add math.nextafter support for nopython mode.

Pull Request - State: open - Opened by groutr 10 months ago - 15 comments
Labels: 4 - Waiting on author, Effort - short

#9433 - np.median raises AssertionError for empty arrays while numpy returns nan

Issue - State: open - Opened by leoschwarz 10 months ago - 3 comments
Labels: numpy, good first issue

#9430 - Type system implementation #2: Added builtins support for the new type system.

Pull Request - State: closed - Opened by kc611 10 months ago - 1 comment
Labels: 2 - In Progress, stale, abandoned - stale, NumPy 2.0

#9428 - Optimize `range()` to enable more auto-vectorization

Pull Request - State: closed - Opened by sklam 10 months ago - 2 comments
Labels: enhancement, 2 - In Progress, stale, abandoned - stale

#9426 - Update changelog script to account for missing author info on github.

Issue - State: closed - Opened by sklam 10 months ago
Labels: Task

#9417 - Add np.log* bindings for CUDA

Pull Request - State: closed - Opened by guilhermeleobas 10 months ago - 7 comments
Labels: CUDA, 5 - Ready to merge, Effort - short

#9415 - module 'numpy' has no attribute 'typeDict' with numpy 1.24.4

Issue - State: closed - Opened by ladrians 10 months ago - 9 comments
Labels: no action required

#9413 - Python 3.13

Issue - State: closed - Opened by sklam 10 months ago - 8 comments
Labels: Python 3.13

#9408 - Type system implementation #1: Added initial implementation for a new type system.

Pull Request - State: closed - Opened by kc611 10 months ago - 1 comment
Labels: 4 - Waiting on author, 4 - Waiting on reviewer, NumPy 2.0

#9405 - Update for 0.59.0 final

Pull Request - State: open - Opened by sklam 10 months ago - 1 comment
Labels: skip_release_notes

#9404 - Fix skipped test stderr change for Python 3.12.1.

Pull Request - State: closed - Opened by stuartarchibald 10 months ago - 2 comments
Labels: 5 - Ready to merge, skip_release_notes

#9403 - Fix test isolation for stateful configurations in the testsuite

Pull Request - State: closed - Opened by sklam 10 months ago - 2 comments
Labels: 5 - Ready to merge, skip_release_notes

#9402 - Doc updates for 0.59 final

Pull Request - State: closed - Opened by sklam 10 months ago - 2 comments
Labels: 5 - Ready to merge, skip_release_notes

#9401 - Add type annotations for @intrinsic

Pull Request - State: open - Opened by aneeshdurg 10 months ago - 2 comments
Labels: 2 - In Progress

#9400 - Some array methods much slower with non-C-order arrays

Issue - State: open - Opened by bmerry 10 months ago - 2 comments
Labels: numpy, performance, performance - run time

#9399 - Numba confuses float32 and float64 in numpy-array causing compilation failure

Issue - State: open - Opened by iv461 10 months ago - 4 comments
Labels: numpy, Blocked awaiting long term feature, bug - typing

#9398 - CUDA: Providing a signature for a function reference when eagerly compiling does not work

Issue - State: open - Opened by s-m-e 10 months ago
Labels: needtriage, CUDA

#9397 - Reorder block traversal order for correct hoisting.

Pull Request - State: closed - Opened by DrTodd13 10 months ago - 15 comments
Labels: ParallelAccelerator, 5 - Ready to merge

#9396 - Add ability to @jit to disable auto-vectorization

Issue - State: open - Opened by itamarst 10 months ago - 3 comments
Labels: feature_request, performance - run time

#9395 - Elapsed running time of parallel jit for the logistic regression documentation example is dozens of seconds

Issue - State: open - Opened by matanster 10 months ago - 3 comments
Labels: 2 - In Progress, ParallelAccelerator, performance - run time

#9394 - fix `TypeError: '_DeviceContextManager' object is not callable`

Pull Request - State: open - Opened by i7878 10 months ago - 3 comments
Labels: 5 - Ready to merge, Effort - short

#9393 - Shall we consider using an envvar to disable refct atomic instructions

Issue - State: open - Opened by dlee992 11 months ago - 2 comments
Labels: feature_request

#9392 - In some cases, Numba 0.57.1 (can also be reproduced in 0.59.0) does not assign values to a NumPy array

Issue - State: open - Opened by shrealist 11 months ago - 1 comment
Labels: bug - miscompile

#9391 - Broadcasting of matmul does not work with parallel

Issue - State: open - Opened by bhalazs 11 months ago - 1 comment
Labels: question

#9390 - Add .tobytes() method

Pull Request - State: open - Opened by guilhermeleobas 11 months ago
Labels: 3 - Ready for Review, Effort - short

#9389 - NUMBA CUDA Unknown memory "error"

Issue - State: closed - Opened by pchudy02 11 months ago - 1 comment

#9388 - Float Inf support

Pull Request - State: closed - Opened by richa-sawant 11 months ago - 2 comments
Labels: 2 - In Progress

#9387 - numba.get_num_threads/set_num_threads resets the value of torch.get_num_threads

Issue - State: open - Opened by itzsimpl 11 months ago - 1 comment
Labels: needtriage, threading

#9386 - added test case as mentioned in issue #8997

Pull Request - State: open - Opened by Kamakshi8104 11 months ago - 3 comments
Labels: 4 - Waiting on author

#9385 - Cannot find source for CUDA kernels decorated with `lineinfo=True` when executed from Jupyter notebook cell

Issue - State: open - Opened by fs-nv 11 months ago - 3 comments
Labels: feature_request, CUDA

#9384 - Added is identity comparison for numpy records and added tests as is_comparison_tests.py

Pull Request - State: open - Opened by Kamakshi8104 11 months ago - 7 comments
Labels: 4 - Waiting on author, PR Help needed

#9383 - np.isnan false in nopython jit with fastmath

Issue - State: closed - Opened by genaix 11 months ago - 3 comments

#9383 - np.isnan false in nopython jit with fastmath

Issue - State: closed - Opened by genaix 11 months ago - 3 comments

#9382 - numpy records do not support "is" identity comparison.

Issue - State: open - Opened by shaunc 11 months ago - 5 comments
Labels: feature_request

#9381 - Unexpected "CUDA error: the launch timed out and was terminated" or `CUDA_ERROR_LAUNCH_TIMEOUT`

Issue - State: closed - Opened by bluenote10 11 months ago - 4 comments
Labels: question

#9379 - njit(parallel = True) gives wrong output

Issue - State: closed - Opened by netomenoci 11 months ago - 8 comments
Labels: needtriage, ParallelAccelerator, stale

#9378 - Add `float(<string literal>)` ctor

Pull Request - State: open - Opened by guilhermeleobas 11 months ago - 7 comments
Labels: 5 - Ready to merge, Effort - short

#9377 - Support parallel dynamic gufuncs

Pull Request - State: open - Opened by guilhermeleobas 11 months ago - 7 comments
Labels: 2 - In Progress, Effort - medium

#9376 - Change definition of complex sign if numpy does

Issue - State: open - Opened by mhvk 11 months ago - 2 comments
Labels: numpy

#9375 - Numba stuck compiling

Issue - State: open - Opened by Faberix 11 months ago - 2 comments
Labels: bug - failure to compile

#9374 - numba a lot slower for dict lookup when numpy array in value

Issue - State: open - Opened by lesshaste 12 months ago - 3 comments
Labels: performance - run time

#9373 - Package numba 0.47 for Python 2.7 in conda-forge

Issue - State: closed - Opened by jason-s 12 months ago - 2 comments
Labels: feature_request

#9372 - 0.590rc1 changelog missing author issue

Issue - State: open - Opened by sklam 12 months ago
Labels: Task

#9371 - Pin versions for release0.59

Pull Request - State: closed - Opened by sklam 12 months ago - 1 comment
Labels: 4 - Waiting on CI, skip_release_notes

#9370 - Numba 0.59.0rc1 Checklist

Issue - State: open - Opened by stuartarchibald 12 months ago
Labels: Task

#9369 - Fix release notes link in bug report template

Pull Request - State: closed - Opened by gmarkall 12 months ago - 2 comments
Labels: 5 - Ready to merge, skip_release_notes

#9368 - Added 0.59.0 release notes

Pull Request - State: closed - Opened by kc611 12 months ago
Labels: 5 - Ready to merge, skip_release_notes

#9367 - Document release notes generation

Pull Request - State: closed - Opened by gmarkall 12 months ago
Labels: doc, 5 - Ready to merge, skip_release_notes

#9366 - Poor performance with astype on an array

Issue - State: open - Opened by bmerry 12 months ago - 2 comments
Labels: performance

#9365 - Bug report template points to obsolete CHANGE_LOG URL

Issue - State: closed - Opened by bmerry 12 months ago - 2 comments
Labels: doc

#9364 - Release notes fixes for appropriate Towncrier header underlines

Pull Request - State: open - Opened by kc611 12 months ago - 3 comments
Labels: 4 - Waiting on reviewer, skip_release_notes

#9363 - Numba segfaults when parallel=True when assigning a reduction to an array in a loop

Issue - State: closed - Opened by Karl-Krauth 12 months ago - 5 comments
Labels: more info needed

#9362 - Fix ``np.MachAr`` warning matching in test.

Pull Request - State: closed - Opened by sklam 12 months ago - 4 comments
Labels: 5 - Ready to merge, skip_release_notes

#9361 - `overload_method` doesn't use `constant propagation` optimization well as `njit`

Issue - State: open - Opened by dlee992 12 months ago - 1 comment
Labels: performance - run time

#9360 - AzureCI changes. RVSDG test config should still test its assigned test slice

Pull Request - State: closed - Opened by sklam 12 months ago - 2 comments
Labels: 5 - Ready to merge, skip_release_notes

#9359 - Fix test_jit_module test against objmode fallback.

Pull Request - State: closed - Opened by stuartarchibald 12 months ago
Labels: 5 - Ready to merge, Effort - short, skip_release_notes

#9358 - Remove note about OpenMP restriction in wheels.

Pull Request - State: closed - Opened by stuartarchibald 12 months ago - 1 comment
Labels: 5 - Ready to merge, Effort - short, skip_release_notes

#9357 - Fix a typo in `_set_init_process_lock` warning.

Pull Request - State: closed - Opened by stuartarchibald 12 months ago
Labels: 5 - Ready to merge, Effort - short, skip_release_notes

#9356 - Refactor print tests to avoid NRT leak issue.

Pull Request - State: closed - Opened by stuartarchibald 12 months ago - 1 comment
Labels: 5 - Ready to merge, skip_release_notes

#9356 - Refactor print tests to avoid NRT leak issue.

Pull Request - State: closed - Opened by stuartarchibald 12 months ago - 1 comment
Labels: 5 - Ready to merge, skip_release_notes

#9355 - Intermittent NRT leak with `print(reflected list)`

Issue - State: open - Opened by stuartarchibald 12 months ago
Labels: bug - memory leak

#9355 - Intermittent NRT leak with `print(reflected list)`

Issue - State: open - Opened by stuartarchibald 12 months ago
Labels: bug - memory leak

#9354 - Alter the `test_print.py` test to match previous.

Pull Request - State: closed - Opened by stuartarchibald 12 months ago - 5 comments
Labels: abandoned

#9354 - Alter the `test_print.py` test to match previous.

Pull Request - State: closed - Opened by stuartarchibald 12 months ago - 5 comments
Labels: abandoned

#9353 - Remove `numba.generated_jit`

Pull Request - State: closed - Opened by stuartarchibald 12 months ago - 2 comments
Labels: 5 - Ready to merge

#9353 - Remove `numba.generated_jit`

Pull Request - State: closed - Opened by stuartarchibald 12 months ago - 2 comments
Labels: 5 - Ready to merge

#9352 - Removing object mode fallback from `@jit`.

Pull Request - State: closed - Opened by stuartarchibald 12 months ago - 4 comments
Labels: 5 - Ready to merge, Effort - medium

#9351 - Made Python 3.12 support rst note more verbose

Pull Request - State: closed - Opened by kc611 12 months ago
Labels: 5 - Ready to merge, skip_release_notes

#9350 - FEATURE REQUEST: enable more fine grained control over Numba cache

Issue - State: open - Opened by esc 12 months ago
Labels: feature_request, caching

#9350 - FEATURE REQUEST: enable more fine grained control over Numba cache

Issue - State: open - Opened by esc 12 months ago
Labels: feature_request, caching

#9349 - [CI only] Pr/9330

Pull Request - State: closed - Opened by sklam 12 months ago - 1 comment
Labels: Pending BuildFarm

#9349 - [CI only] Pr/9330

Pull Request - State: closed - Opened by sklam 12 months ago - 1 comment
Labels: Pending BuildFarm

#9348 - Random cache corruption

Issue - State: open - Opened by TheTesla 12 months ago - 7 comments
Labels: needtriage

#9347 - Make Numba's deprecation warnings subclasses of the builtin ones.

Pull Request - State: closed - Opened by sklam 12 months ago - 1 comment
Labels: 5 - Ready to merge, Effort - medium

#9346 - Setting ``NUMBA_CAPTURED_ERRORS=old_style`` will now raise warnings.

Pull Request - State: closed - Opened by sklam 12 months ago - 1 comment
Labels: 5 - Ready to merge, Effort - medium

#9345 - Support calling gufunc without output buffers

Issue - State: open - Opened by guilhermeleobas 12 months ago - 1 comment
Labels: feature_request

#9343 - Error : Inconsistency with supported architecture with llvmlite

Issue - State: closed - Opened by iamshreeram 12 months ago - 10 comments
Labels: more info needed

#9343 - Error : Inconsistency with supported architecture with llvmlite

Issue - State: closed - Opened by iamshreeram 12 months ago - 10 comments
Labels: more info needed

#9342 - Fix flake8 checks for v6.1.0

Pull Request - State: closed - Opened by gmarkall 12 months ago
Labels: 5 - Ready to merge, Effort - short, skip_release_notes

#9342 - Fix flake8 checks for v6.1.0

Pull Request - State: closed - Opened by gmarkall 12 months ago
Labels: 5 - Ready to merge, Effort - short, skip_release_notes