Use custom float-like class with numba
|
|
2
|
56
|
September 25, 2024
|
Guvectorize does not understand how to broadcast
|
|
3
|
69
|
September 20, 2024
|
Need to clear GPU memory
|
|
0
|
80
|
September 20, 2024
|
BUG: Numba using a lot of GPU memory
|
|
3
|
608
|
September 20, 2024
|
Calling a function from a shared object from within guvectorized code works, but induces extra slowness
|
|
2
|
38
|
September 18, 2024
|
Caching from mpi code
|
|
0
|
34
|
September 13, 2024
|
Speeding up recursive functions using Numba
|
|
0
|
50
|
September 11, 2024
|
How should I use parallel=True
|
|
3
|
86
|
September 11, 2024
|
How to install numba.openmp
|
|
28
|
3113
|
September 10, 2024
|
When does having `inline='always'` actually make a difference in execution speed?
|
|
1
|
62
|
September 6, 2024
|
NUCS - a constraint solver in Python powered by Numpy and Numba
|
|
0
|
36
|
September 6, 2024
|
No CUDA-capable device is detected
|
|
0
|
36
|
September 5, 2024
|
How to create typed lists of structured numpy arrays?
|
|
1
|
68
|
August 22, 2024
|
Numba generator function throws typing error
|
|
8
|
107
|
August 21, 2024
|
Call a `jitclass` method from C/C++?
|
|
5
|
552
|
August 19, 2024
|
How to call the C++ class methods in library from jitted function, just as numpy?
|
|
5
|
72
|
August 15, 2024
|
Use cc.export function as c/c++ function
|
|
9
|
180
|
August 9, 2024
|
Dynamically load numba AOT compiled library in C application
|
|
1
|
645
|
August 7, 2024
|
Failed to compile IR version 1.6 incompatible with current version 2.0
|
|
4
|
141
|
August 6, 2024
|
Extending Numba for CUDA inside Cppyy
|
|
22
|
180
|
August 5, 2024
|
Allow libraries that implement __array_ufunc__ to override CUDAUFuncDispatcher
|
|
3
|
25
|
August 1, 2024
|
Kernel within a kernel
|
|
10
|
1165
|
August 1, 2024
|
Add support for linking with in-memory PTX code
|
|
3
|
159
|
July 20, 2024
|
How to include LAPACK functions with complex inputs
|
|
2
|
154
|
July 10, 2024
|
Segmentation fault in dead branch pruning used in multithreaded loop
|
|
0
|
47
|
July 8, 2024
|
Passing config variables to functions so they behave as compile time constants
|
|
13
|
134
|
July 8, 2024
|
How can I make this function jit-compatible?
|
|
1
|
76
|
July 4, 2024
|
How to avoid multiple overload functions for the same config variable
|
|
3
|
57
|
July 4, 2024
|
Can some one help me understand how to read Control Flow Graph
|
|
1
|
52
|
July 1, 2024
|
How to execute Numba generated IR?
|
|
0
|
52
|
June 30, 2024
|