|
Exposing StructRef method to Python side
|
|
14
|
1264
|
March 28, 2025
|
|
Numba simple multiplication giving incorrect result
|
|
3
|
72
|
March 26, 2025
|
|
Stl container for numba
|
|
4
|
169
|
March 23, 2025
|
|
Dijkstra on grid
|
|
7
|
865
|
March 22, 2025
|
|
Dijkstra with structron
|
|
0
|
56
|
March 22, 2025
|
|
How to call into LLVM-IR code that has multiple functions and global variables
|
|
1
|
81
|
March 10, 2025
|
|
Get type of structref for function signature
|
|
9
|
395
|
March 9, 2025
|
|
Invoke pybind from cfunc
|
|
7
|
121
|
March 6, 2025
|
|
Getting Started with Numba and debug it
|
|
2
|
101
|
March 6, 2025
|
|
How to use `cfunc.<mangled name>` that is from `nb.njit(f)`'s LLVM IR
|
|
10
|
96
|
March 6, 2025
|
|
Numba.pycc deprecation?
|
|
1
|
95
|
March 3, 2025
|
|
Writing raw assembly
|
|
1
|
154
|
March 3, 2025
|
|
Bentley Ottmann Sweep Line
|
|
2
|
60
|
February 28, 2025
|
|
Calling scipy's nonnegative least squares from nopython block
|
|
8
|
652
|
February 27, 2025
|
|
Slower Performance with `numbakit-ode`
|
|
0
|
57
|
February 25, 2025
|
|
Unexpected Performance Decrease in np.cov with Numba JIT
|
|
14
|
108
|
February 20, 2025
|
|
Numba promotes dtype differently to numpy
|
|
7
|
148
|
February 20, 2025
|
|
AssertionError - Unknow Problem
|
|
0
|
55
|
February 18, 2025
|
|
Support for free-threaded python
|
|
1
|
106
|
February 18, 2025
|
|
Conditional Compilation
|
|
0
|
42
|
February 18, 2025
|
|
When are things like `Py_FatalError` being added to the underlying LLVM symbol table?
|
|
3
|
69
|
February 15, 2025
|
|
Understanding Sliding Dot Product Performance
|
|
6
|
130
|
February 12, 2025
|
|
Optimizing Generators to have the same performance as for loops
|
|
0
|
41
|
February 12, 2025
|
|
Adding multiple types to structref.define_boxing
|
|
7
|
154
|
February 11, 2025
|
|
My numba code is slower than my original code
|
|
1
|
76
|
February 11, 2025
|
|
Jitclass stability and roadmap
|
|
1
|
114
|
February 8, 2025
|
|
JIT-compile a function that takes a `np.array` and get its underlying C/C++ function pointer
|
|
13
|
187
|
February 6, 2025
|
|
Debugging non-deterministic segfault on 0.61.0
|
|
0
|
63
|
February 6, 2025
|
|
Are nested structarrays valid in numba?
|
|
2
|
73
|
February 6, 2025
|
|
How to export Numba IR instead of LLVM IR
|
|
2
|
76
|
February 6, 2025
|