Shared Memory Reduction example assuming 1 block
|
|
2
|
51
|
February 24, 2023
|
Volume 3d rotation
|
|
3
|
63
|
February 22, 2023
|
Using scipy.sparse.linalg.spsolve in numba
|
|
1
|
64
|
February 18, 2023
|
How to return list for eager compilation?
|
|
2
|
89
|
February 12, 2023
|
Numba.vectorize with target='cuda' return type is not respected
|
|
4
|
80
|
February 9, 2023
|
Mistaken poor optimization of atan2
|
|
2
|
76
|
February 9, 2023
|
Proposal: Development focus for 2023H1
|
|
1
|
231
|
February 7, 2023
|
Nested numba functions slow down execution and cannot be inlined
|
|
6
|
164
|
February 7, 2023
|
Array of jitclass with low memory usage
|
|
15
|
142
|
February 6, 2023
|
Rocket-FFT — a Numba extension supporting numpy.fft and scipy.fft
|
|
5
|
252
|
February 5, 2023
|
Creating numpy arrays from arrays
|
|
12
|
126
|
February 1, 2023
|
Euclidean distance in toroidal geometry: serial vs parallel
|
|
0
|
45
|
January 30, 2023
|
I don't understand this compilation error
|
|
3
|
75
|
January 30, 2023
|
Issue with a where function 3D numpy array
|
|
3
|
56
|
January 29, 2023
|
Intel SDC, Pandas and contributions to Numba?
|
|
7
|
604
|
January 29, 2023
|
A huge performance penalty for this simple function
|
|
22
|
257
|
January 28, 2023
|
Prange, race condition and writing to arrays : part 2
|
|
6
|
63
|
January 27, 2023
|
Prange, race condition and writing to arrays
|
|
4
|
61
|
January 27, 2023
|
Pass cooperative group to external routine defined in "cu" file
|
|
4
|
59
|
January 26, 2023
|
Any numba equivalent for casting a raw pointer to a StructRef, Dict, List etc?
|
|
29
|
1819
|
January 25, 2023
|
Numba Dict(): find key of the minimum value in Dict
|
|
4
|
75
|
January 22, 2023
|
Numba with numpy string arrays
|
|
2
|
105
|
January 21, 2023
|
Numba recompile() for nested functions
|
|
1
|
59
|
January 20, 2023
|
How to export multiple return values by pycc
|
|
3
|
77
|
January 19, 2023
|
Numba Warm-up Speed With Cached Functions
|
|
3
|
85
|
January 17, 2023
|
Emit debug messages from nopython mode
|
|
1
|
57
|
January 16, 2023
|
Compilation pipeline, compile time and vectorization
|
|
8
|
260
|
January 14, 2023
|
Tips for performance improvement of my code
|
|
5
|
179
|
January 5, 2023
|
Floyd warshall's in numba vs c++ openmp
|
|
0
|
69
|
January 5, 2023
|
How to modify a Dict, which value is array
|
|
4
|
78
|
January 3, 2023
|