About the Numba category
|
|
0
|
559
|
June 11, 2020
|
Numba for microcontroller such as Cortex-M
|
|
0
|
5
|
December 10, 2024
|
Numba + np.linalg.eigvalsh + parallel=True does show worse efficiency
|
|
1
|
22
|
December 9, 2024
|
AOT vs llvmlite.dll
|
|
8
|
53
|
December 8, 2024
|
How to build complex data structures with working JIT cache?
|
|
13
|
118
|
December 8, 2024
|
Numba in a class: TypingError: non-precise type pyobject
|
|
4
|
40
|
December 8, 2024
|
How does mangling_args work for types with parameters
|
|
2
|
495
|
December 7, 2024
|
Pass list of DIFFERENT jitclasses or jitclass methods to a jit'ed function
|
|
6
|
86
|
December 6, 2024
|
Mangler memory characteristics
|
|
2
|
51
|
December 5, 2024
|
How to dump optimized IR?
|
|
5
|
61
|
November 30, 2024
|
Calling scipy's nonnegative least squares from nopython block
|
|
6
|
503
|
November 27, 2024
|
ValueError: The number of threads must be between 1 and %s
|
|
3
|
39
|
November 26, 2024
|
Scipy.sparse.linalg.splu, solve function acceleration
|
|
0
|
20
|
November 22, 2024
|
Meeting minutes
|
|
0
|
30
|
November 22, 2024
|
Understanding memory usage of a kernel
|
|
2
|
37
|
November 18, 2024
|
Understanding Initial Execution Delay in Numba Cached Functions
|
|
7
|
86
|
November 18, 2024
|
A[:, [1]] not supported where A[:, 1:1+1] is
|
|
3
|
25
|
November 10, 2024
|
Can a "nogil" configged in the outter-most function applys to all the routines called inside?
|
|
0
|
22
|
November 7, 2024
|
NUCS a Numpy and Numba powered constraint solver
|
|
1
|
53
|
November 5, 2024
|
Best Practices Adopting Numpy Based Code for Compatibility/Performance with Numba
|
|
12
|
119
|
November 2, 2024
|
Unrecognized options: {'cashe'}
|
|
1
|
32
|
October 29, 2024
|
Calling functions from a function list/array inside a numba cuda kernel
|
|
2
|
30
|
October 29, 2024
|
Simple Dict implementation does not seem to work
|
|
1
|
39
|
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
|
37
|
October 21, 2024
|
[PyOMP] OpenMP in Python for CPU/GPU parallel programming
|
|
1
|
158
|
October 13, 2024
|
Numba-mpi v1.0 (and a SoftwareX paper out)
|
|
0
|
48
|
October 12, 2024
|
Does Numba support MPI and/or openMP parallelization?
|
|
22
|
3963
|
October 12, 2024
|
How can I cache nopython-mode scipy.special.cython_special-functions?
|
|
11
|
306
|
October 8, 2024
|
Cuda.jit and njit giving different results
|
|
2
|
68
|
October 4, 2024
|
Create log message on Numba compilation / Find out if given arguments lead to compilation
|
|
5
|
1119
|
October 1, 2024
|