Can a "nogil" configged in the outter-most function applys to all the routines called inside?
|
|
0
|
23
|
November 7, 2024
|
NUCS a Numpy and Numba powered constraint solver
|
|
1
|
63
|
November 5, 2024
|
Best Practices Adopting Numpy Based Code for Compatibility/Performance with Numba
|
|
12
|
151
|
November 2, 2024
|
Unrecognized options: {'cashe'}
|
|
1
|
42
|
October 29, 2024
|
Calling functions from a function list/array inside a numba cuda kernel
|
|
2
|
32
|
October 29, 2024
|
Simple Dict implementation does not seem to work
|
|
1
|
40
|
October 24, 2024
|
No implementation of function Function(<function full at 0x000002D6FE85E5C0>) found for signature: >>> full(Tuple(Literal[int](3), Literal[int](5), Literal[int](10)), array(int64, 3d, A))
|
|
1
|
42
|
October 21, 2024
|
[PyOMP] OpenMP in Python for CPU/GPU parallel programming
|
|
1
|
180
|
October 13, 2024
|
Numba-mpi v1.0 (and a SoftwareX paper out)
|
|
0
|
56
|
October 12, 2024
|
Does Numba support MPI and/or openMP parallelization?
|
|
22
|
3997
|
October 12, 2024
|
How can I cache nopython-mode scipy.special.cython_special-functions?
|
|
11
|
323
|
October 8, 2024
|
Cuda.jit and njit giving different results
|
|
2
|
75
|
October 4, 2024
|
Create log message on Numba compilation / Find out if given arguments lead to compilation
|
|
5
|
1143
|
October 1, 2024
|
Namedtuple seems to cause a TypeError after a while
|
|
11
|
145
|
October 1, 2024
|
Use custom float-like class with numba
|
|
2
|
55
|
September 25, 2024
|
Guvectorize does not understand how to broadcast
|
|
3
|
68
|
September 20, 2024
|
Need to clear GPU memory
|
|
0
|
67
|
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
|
37
|
September 18, 2024
|
Caching from mpi code
|
|
0
|
34
|
September 13, 2024
|
Jitclass stability and roadmap
|
|
0
|
49
|
September 12, 2024
|
Speeding up recursive functions using Numba
|
|
0
|
46
|
September 11, 2024
|
How should I use parallel=True
|
|
3
|
80
|
September 11, 2024
|
How to install numba.openmp
|
|
28
|
3074
|
September 10, 2024
|
When does having `inline='always'` actually make a difference in execution speed?
|
|
1
|
56
|
September 6, 2024
|
NUCS - a constraint solver in Python powered by Numpy and Numba
|
|
0
|
34
|
September 6, 2024
|
No CUDA-capable device is detected
|
|
0
|
32
|
September 5, 2024
|
How to create typed lists of structured numpy arrays?
|
|
1
|
64
|
August 22, 2024
|
Numba generator function throws typing error
|
|
8
|
84
|
August 21, 2024
|
Call a `jitclass` method from C/C++?
|
|
5
|
542
|
August 19, 2024
|