Numba priority queue problems
|
|
11
|
186
|
October 4, 2023
|
Using guvectorize inside a jitted function
|
|
9
|
341
|
October 2, 2023
|
Vectrozie Bessel function
|
|
5
|
177
|
September 30, 2023
|
Overload() - detect CUDA environment?
|
|
0
|
78
|
September 30, 2023
|
How do I specify the type of function pointers to jitclass member function
|
|
0
|
73
|
September 29, 2023
|
Specifying numba classes
|
|
16
|
185
|
September 28, 2023
|
Handling Functions with Dynamic Array Dimensions
|
|
2
|
107
|
September 27, 2023
|
Create single output for multiple outputs of different shapes
|
|
0
|
79
|
September 25, 2023
|
Using overloads with jitclass
|
|
1
|
95
|
September 22, 2023
|
Circular imports referencing
|
|
7
|
109
|
September 21, 2023
|
Use `guvectorize` on `jitclass` method?
|
|
1
|
102
|
September 13, 2023
|
How to best compile numpy.linalg.slogdet(A)?
|
|
2
|
92
|
September 12, 2023
|
Strange behaviour of parallel execution of function in which one result is correct and the other not
|
|
1
|
78
|
September 8, 2023
|
How can I make this arithmetic run faster?
|
|
2
|
158
|
September 6, 2023
|
Passing configuration dictionary to jitclass
|
|
0
|
65
|
September 6, 2023
|
How can I rewrite the indexing so the function compiles?
|
|
2
|
199
|
September 3, 2023
|
CUDA Type Signature for RNG States
|
|
0
|
70
|
August 30, 2023
|
Change datetime64 type within a jitted func
|
|
3
|
112
|
August 25, 2023
|
Numba portable caching logic
|
|
4
|
874
|
August 24, 2023
|
Help needed to re-implement np.matmul for 4D and 5D matrix
|
|
2
|
153
|
August 19, 2023
|
How to return multiple return values by pycc
|
|
2
|
125
|
August 17, 2023
|
Caching vs AOT: What are the use cases?
|
|
0
|
92
|
August 15, 2023
|
Huge Slowdown on HPC
|
|
2
|
125
|
August 7, 2023
|
Writing to global memory is slow?
|
|
3
|
157
|
August 2, 2023
|
How can I correctly use (or improve) numba for pandas apply?
|
|
9
|
176
|
July 31, 2023
|
How do I disable auto-vectorization?
|
|
1
|
90
|
July 28, 2023
|
Flexible @generate_jit specialization on @jitclasses types?
|
|
3
|
248
|
July 26, 2023
|
Compile all Jitted functions before hand
|
|
2
|
149
|
July 20, 2023
|
Parallelise large loops inside jitted function
|
|
1
|
114
|
July 19, 2023
|
Can't iterate over heterogeneous tuple of jitted functions
|
|
2
|
122
|
July 15, 2023
|