|
Slower Performance with `numbakit-ode`
|
|
0
|
82
|
February 25, 2025
|
|
When are things like `Py_FatalError` being added to the underlying LLVM symbol table?
|
|
3
|
95
|
February 15, 2025
|
|
Adding multiple types to structref.define_boxing
|
|
7
|
183
|
February 11, 2025
|
|
JIT-compile a function that takes a `np.array` and get its underlying C/C++ function pointer
|
|
13
|
232
|
February 6, 2025
|
|
Debugging non-deterministic segfault on 0.61.0
|
|
0
|
76
|
February 6, 2025
|
|
How to export Numba IR instead of LLVM IR
|
|
2
|
100
|
February 6, 2025
|
|
Can we check whether a njit function has a valid cache?
|
|
5
|
974
|
February 5, 2025
|
|
Issue #8131 Contiguous Array Slices
|
|
2
|
89
|
January 23, 2025
|
|
Basic recursive generator typing error
|
|
0
|
56
|
January 22, 2025
|
|
How do I dynamically call a function?
|
|
15
|
303
|
January 5, 2025
|
|
Problem using parallel=True and prange
|
|
3
|
136
|
January 4, 2025
|
|
Understanding Functiong Caching
|
|
3
|
214
|
January 3, 2025
|
|
How to declare an array of enum values that is compatible with numba?
|
|
2
|
123
|
December 18, 2024
|
|
AOT vs llvmlite.dll
|
|
8
|
192
|
December 8, 2024
|
|
How to build complex data structures with working JIT cache?
|
|
13
|
470
|
December 8, 2024
|
|
Numba in a class: TypingError: non-precise type pyobject
|
|
4
|
254
|
December 8, 2024
|
|
Pass list of DIFFERENT jitclasses or jitclass methods to a jit'ed function
|
|
6
|
199
|
December 6, 2024
|
|
How to dump optimized IR?
|
|
5
|
170
|
November 30, 2024
|
|
Scipy.sparse.linalg.splu, solve function acceleration
|
|
0
|
71
|
November 22, 2024
|
|
Understanding memory usage of a kernel
|
|
2
|
102
|
November 18, 2024
|
|
Best Practices Adopting Numpy Based Code for Compatibility/Performance with Numba
|
|
12
|
511
|
November 2, 2024
|
|
Cuda.jit and njit giving different results
|
|
2
|
129
|
October 4, 2024
|
|
Use custom float-like class with numba
|
|
2
|
90
|
September 25, 2024
|
|
How should I use parallel=True
|
|
3
|
133
|
September 11, 2024
|
|
How to create typed lists of structured numpy arrays?
|
|
1
|
143
|
August 22, 2024
|
|
How to call the C++ class methods in library from jitted function, just as numpy?
|
|
5
|
184
|
August 15, 2024
|
|
Use cc.export function as c/c++ function
|
|
9
|
375
|
August 9, 2024
|
|
Failed to compile IR version 1.6 incompatible with current version 2.0
|
|
4
|
267
|
August 6, 2024
|
|
Extending Numba for CUDA inside Cppyy
|
|
22
|
787
|
August 5, 2024
|
|
Allow libraries that implement __array_ufunc__ to override CUDAUFuncDispatcher
|
|
3
|
67
|
August 1, 2024
|