Fesetround in njit function
|
|
1
|
112
|
July 22, 2023
|
Implementing pandas DataFrame type via numba extension types
|
|
1
|
257
|
July 21, 2023
|
How to lock two components of an array in each thread?
|
|
3
|
189
|
June 14, 2023
|
Is CFunc.get_llvm() the IR after optimizations or before optimizations?
|
|
2
|
116
|
June 8, 2023
|
Numba parallel loops does not execute by ascending index number unlike CUDA
|
|
3
|
180
|
June 2, 2023
|
Profiling with a decorator and @njit
|
|
28
|
2743
|
May 30, 2023
|
How to free the GPU memory once computations are done using the device_arrays
|
|
3
|
454
|
May 18, 2023
|
Numba appears to ignore explicit type signature
|
|
1
|
147
|
May 9, 2023
|
Terminating: Nested parallel kernel launch detected, the workqueue threading layer does not supported nested parallelism
|
|
10
|
638
|
May 5, 2023
|
Parallel njit not working with None optional kwarg and nested loops
|
|
1
|
145
|
May 3, 2023
|
Are long doubles supported in numba?
|
|
0
|
149
|
March 31, 2023
|
Good practices when using Numba in a cluster e.g. using SLURM
|
|
0
|
188
|
March 28, 2023
|
Can Numba & Njit Work With a Python GUI Framework?
|
|
1
|
299
|
March 22, 2023
|
Overwrite an overload
|
|
0
|
135
|
March 17, 2023
|
Using class self in jitclass
|
|
5
|
2231
|
September 16, 2020
|
Making Awkward Arrays work in the CUDA target
|
|
4
|
1004
|
March 8, 2023
|
Shared Memory Reduction example assuming 1 block
|
|
2
|
282
|
February 24, 2023
|
How to return list for eager compilation?
|
|
2
|
396
|
February 12, 2023
|
Numba.vectorize with target='cuda' return type is not respected
|
|
4
|
251
|
February 9, 2023
|
Nested numba functions slow down execution and cannot be inlined
|
|
6
|
986
|
February 7, 2023
|
Array of jitclass with low memory usage
|
|
15
|
368
|
February 6, 2023
|
Intel SDC, Pandas and contributions to Numba?
|
|
7
|
784
|
January 29, 2023
|
Are variables defined inside prange privatized?
|
|
2
|
166
|
December 24, 2022
|
Feature request about supporting Arrow in Numba
|
|
6
|
849
|
November 29, 2022
|
Dictionary performance
|
|
2
|
425
|
November 28, 2022
|
`'CPUDispatcher' object has no attribute '__globals__'` error in typeguard pytest
|
|
0
|
229
|
November 26, 2022
|
CUDA cmath support question
|
|
2
|
229
|
November 22, 2022
|
Numba convolutions with Padding
|
|
0
|
162
|
November 21, 2022
|
[fixed] Two arrays getting conflated but only sometimes?
|
|
1
|
216
|
November 12, 2022
|
Try to understand why numba is 4x faster than c++ code in the same task
|
|
4
|
801
|
November 9, 2022
|