About the Numba category
|
|
0
|
560
|
June 11, 2020
|
Support for free-threaded python
|
|
0
|
8
|
February 17, 2025
|
When are things like `Py_FatalError` being added to the underlying LLVM symbol table?
|
|
3
|
41
|
February 15, 2025
|
Understanding Sliding Dot Product Performance
|
|
6
|
46
|
February 12, 2025
|
Optimizing Generators to have the same performance as for loops
|
|
0
|
16
|
February 12, 2025
|
Adding multiple types to structref.define_boxing
|
|
7
|
64
|
February 11, 2025
|
Support for atomic types in numba?
|
|
0
|
15
|
February 11, 2025
|
My numba code is slower than my original code
|
|
1
|
34
|
February 11, 2025
|
Stl container for numba
|
|
3
|
82
|
February 9, 2025
|
Jitclass stability and roadmap
|
|
1
|
78
|
February 8, 2025
|
JIT-compile a function that takes a `np.array` and get its underlying C/C++ function pointer
|
|
13
|
102
|
February 6, 2025
|
Debugging non-deterministic segfault on 0.61.0
|
|
0
|
12
|
February 6, 2025
|
Are nested structarrays valid in numba?
|
|
2
|
41
|
February 6, 2025
|
How to export Numba IR instead of LLVM IR
|
|
2
|
43
|
February 6, 2025
|
Calling scipy's nonnegative least squares from nopython block
|
|
7
|
537
|
February 5, 2025
|
Can we check whether a njit function has a valid cache?
|
|
5
|
888
|
February 5, 2025
|
Running multiple instances of the same numba kernel in parallel
|
|
0
|
22
|
January 30, 2025
|
Contributing to Numba with no compiler or LLVM experience
|
|
11
|
1796
|
January 11, 2025
|
Numba for microcontroller such as Cortex-M
|
|
6
|
63
|
January 24, 2025
|
Issue #8131 Contiguous Array Slices
|
|
2
|
53
|
January 23, 2025
|
Basic recursive generator typing error
|
|
0
|
27
|
January 22, 2025
|
First class functions and structured arrays
|
|
3
|
41
|
January 21, 2025
|
Maximum digits int can have
|
|
8
|
50
|
January 12, 2025
|
Numba 0.60.0 requires numpy<2.1,>=1.22, but you have numpy 2.2.1 which is incompatible
|
|
1
|
240
|
January 11, 2025
|
Jitclass Inheritance from a non-jitclass
|
|
0
|
35
|
January 10, 2025
|
How do I dynamically call a function?
|
|
15
|
162
|
January 5, 2025
|
Problem using parallel=True and prange
|
|
3
|
64
|
January 4, 2025
|
Understanding Functiong Caching
|
|
3
|
78
|
January 3, 2025
|
Performance is comparable between two different numba cuda approaches
|
|
6
|
77
|
December 31, 2024
|
How to declare an array of enum values that is compatible with numba?
|
|
2
|
60
|
December 18, 2024
|