Understanding Functiong Caching
|
|
3
|
120
|
January 3, 2025
|
How to declare an array of enum values that is compatible with numba?
|
|
2
|
80
|
December 18, 2024
|
AOT vs llvmlite.dll
|
|
8
|
95
|
December 8, 2024
|
How to build complex data structures with working JIT cache?
|
|
13
|
216
|
December 8, 2024
|
Numba in a class: TypingError: non-precise type pyobject
|
|
4
|
140
|
December 8, 2024
|
Pass list of DIFFERENT jitclasses or jitclass methods to a jit'ed function
|
|
6
|
117
|
December 6, 2024
|
How to dump optimized IR?
|
|
5
|
102
|
November 30, 2024
|
Scipy.sparse.linalg.splu, solve function acceleration
|
|
0
|
40
|
November 22, 2024
|
Understanding memory usage of a kernel
|
|
2
|
53
|
November 18, 2024
|
Best Practices Adopting Numpy Based Code for Compatibility/Performance with Numba
|
|
12
|
266
|
November 2, 2024
|
Cuda.jit and njit giving different results
|
|
2
|
92
|
October 4, 2024
|
Use custom float-like class with numba
|
|
2
|
63
|
September 25, 2024
|
How should I use parallel=True
|
|
3
|
94
|
September 11, 2024
|
How to create typed lists of structured numpy arrays?
|
|
1
|
77
|
August 22, 2024
|
How to call the C++ class methods in library from jitted function, just as numpy?
|
|
5
|
97
|
August 15, 2024
|
Use cc.export function as c/c++ function
|
|
9
|
201
|
August 9, 2024
|
Failed to compile IR version 1.6 incompatible with current version 2.0
|
|
4
|
180
|
August 6, 2024
|
Extending Numba for CUDA inside Cppyy
|
|
22
|
242
|
August 5, 2024
|
Allow libraries that implement __array_ufunc__ to override CUDAUFuncDispatcher
|
|
3
|
28
|
August 1, 2024
|
Kernel within a kernel
|
|
10
|
1220
|
August 1, 2024
|
How to include LAPACK functions with complex inputs
|
|
2
|
157
|
July 10, 2024
|
Segmentation fault in dead branch pruning used in multithreaded loop
|
|
0
|
54
|
July 8, 2024
|
Passing config variables to functions so they behave as compile time constants
|
|
13
|
146
|
July 8, 2024
|
How to avoid multiple overload functions for the same config variable
|
|
3
|
62
|
July 4, 2024
|
How to execute Numba generated IR?
|
|
0
|
57
|
June 30, 2024
|
Printing numpy array contents in gdb
|
|
1
|
102
|
June 27, 2024
|
Hamming Distance performance
|
|
9
|
197
|
June 22, 2024
|
Implementing NumPy Functions using objmode
|
|
2
|
168
|
June 20, 2024
|
Limiting number of Numba threads in MPI hybrid program
|
|
1
|
243
|
June 20, 2024
|
No implementation of function Function getitem?
|
|
2
|
272
|
June 17, 2024
|