|
Understanding Functiong Caching
|
|
3
|
214
|
January 3, 2025
|
|
Performance is comparable between two different numba cuda approaches
|
|
6
|
147
|
December 31, 2024
|
|
How to declare an array of enum values that is compatible with numba?
|
|
2
|
123
|
December 18, 2024
|
|
Bodo: JIT and HPC-based compute engine for Python data processing
|
|
0
|
127
|
December 16, 2024
|
|
Numba cant run on both windows and macos. How so solve
|
|
3
|
132
|
December 13, 2024
|
|
Numba + np.linalg.eigvalsh + parallel=True does show worse efficiency
|
|
1
|
123
|
December 9, 2024
|
|
AOT vs llvmlite.dll
|
|
8
|
184
|
December 8, 2024
|
|
How to build complex data structures with working JIT cache?
|
|
13
|
462
|
December 8, 2024
|
|
Numba in a class: TypingError: non-precise type pyobject
|
|
4
|
254
|
December 8, 2024
|
|
How does mangling_args work for types with parameters
|
|
2
|
522
|
December 7, 2024
|
|
Pass list of DIFFERENT jitclasses or jitclass methods to a jit'ed function
|
|
6
|
197
|
December 6, 2024
|
|
Mangler memory characteristics
|
|
2
|
84
|
December 5, 2024
|
|
How to dump optimized IR?
|
|
5
|
168
|
November 30, 2024
|
|
ValueError: The number of threads must be between 1 and %s
|
|
3
|
260
|
November 26, 2024
|
|
Scipy.sparse.linalg.splu, solve function acceleration
|
|
0
|
71
|
November 22, 2024
|
|
Meeting minutes
|
|
0
|
60
|
November 22, 2024
|
|
Understanding memory usage of a kernel
|
|
2
|
102
|
November 18, 2024
|
|
A[:, [1]] not supported where A[:, 1:1+1] is
|
|
3
|
133
|
November 10, 2024
|
|
NUCS a Numpy and Numba powered constraint solver
|
|
1
|
115
|
November 5, 2024
|
|
Best Practices Adopting Numpy Based Code for Compatibility/Performance with Numba
|
|
12
|
509
|
November 2, 2024
|
|
Unrecognized options: {'cashe'}
|
|
1
|
116
|
October 29, 2024
|
|
Calling functions from a function list/array inside a numba cuda kernel
|
|
2
|
96
|
October 29, 2024
|
|
Simple Dict implementation does not seem to work
|
|
1
|
74
|
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
|
78
|
October 21, 2024
|
|
Numba-mpi v1.0 (and a SoftwareX paper out)
|
|
0
|
84
|
October 12, 2024
|
|
Does Numba support MPI and/or openMP parallelization?
|
|
22
|
4289
|
October 12, 2024
|
|
Cuda.jit and njit giving different results
|
|
2
|
129
|
October 4, 2024
|
|
Create log message on Numba compilation / Find out if given arguments lead to compilation
|
|
5
|
1325
|
October 1, 2024
|
|
Namedtuple seems to cause a TypeError after a while
|
|
11
|
246
|
October 1, 2024
|
|
Use custom float-like class with numba
|
|
2
|
90
|
September 25, 2024
|