|
First class functions and structured arrays
|
|
3
|
110
|
January 21, 2025
|
|
Maximum digits int can have
|
|
8
|
227
|
January 12, 2025
|
|
Numba 0.60.0 requires numpy<2.1,>=1.22, but you have numpy 2.2.1 which is incompatible
|
|
1
|
1271
|
January 11, 2025
|
|
Jitclass Inheritance from a non-jitclass
|
|
0
|
103
|
January 10, 2025
|
|
How do I dynamically call a function?
|
|
15
|
364
|
January 5, 2025
|
|
Problem using parallel=True and prange
|
|
3
|
164
|
January 4, 2025
|
|
Understanding Functiong Caching
|
|
3
|
244
|
January 3, 2025
|
|
Performance is comparable between two different numba cuda approaches
|
|
6
|
190
|
December 31, 2024
|
|
How to declare an array of enum values that is compatible with numba?
|
|
2
|
142
|
December 18, 2024
|
|
Bodo: JIT and HPC-based compute engine for Python data processing
|
|
0
|
139
|
December 16, 2024
|
|
Numba cant run on both windows and macos. How so solve
|
|
3
|
158
|
December 13, 2024
|
|
Numba + np.linalg.eigvalsh + parallel=True does show worse efficiency
|
|
1
|
137
|
December 9, 2024
|
|
AOT vs llvmlite.dll
|
|
8
|
246
|
December 8, 2024
|
|
How to build complex data structures with working JIT cache?
|
|
13
|
744
|
December 8, 2024
|
|
Numba in a class: TypingError: non-precise type pyobject
|
|
4
|
274
|
December 8, 2024
|
|
How does mangling_args work for types with parameters
|
|
2
|
542
|
December 7, 2024
|
|
Pass list of DIFFERENT jitclasses or jitclass methods to a jit'ed function
|
|
6
|
235
|
December 6, 2024
|
|
Mangler memory characteristics
|
|
2
|
108
|
December 5, 2024
|
|
How to dump optimized IR?
|
|
5
|
205
|
November 30, 2024
|
|
ValueError: The number of threads must be between 1 and %s
|
|
3
|
329
|
November 26, 2024
|
|
Scipy.sparse.linalg.splu, solve function acceleration
|
|
0
|
77
|
November 22, 2024
|
|
Meeting minutes
|
|
0
|
68
|
November 22, 2024
|
|
Understanding memory usage of a kernel
|
|
2
|
116
|
November 18, 2024
|
|
A[:, [1]] not supported where A[:, 1:1+1] is
|
|
3
|
154
|
November 10, 2024
|
|
NUCS a Numpy and Numba powered constraint solver
|
|
1
|
141
|
November 5, 2024
|
|
Best Practices Adopting Numpy Based Code for Compatibility/Performance with Numba
|
|
12
|
640
|
November 2, 2024
|
|
Unrecognized options: {'cashe'}
|
|
1
|
133
|
October 29, 2024
|
|
Calling functions from a function list/array inside a numba cuda kernel
|
|
2
|
113
|
October 29, 2024
|
|
Simple Dict implementation does not seem to work
|
|
1
|
87
|
October 24, 2024
|
|
No implementation of function Function(<function full at 0x000002D6FE85E5C0>) found for signature: >>> full(Tuple(Literal[int](3), Literal[int](5), Literal[int](10)), array(int64, 3d, A))
|
|
1
|
96
|
October 21, 2024
|