About the Numba category
|
|
0
|
559
|
June 11, 2020
|
First class functions and structured arrays
|
|
3
|
22
|
January 21, 2025
|
Issue #8131 Contiguous Array Slices
|
|
1
|
27
|
January 21, 2025
|
Maximum digits int can have
|
|
8
|
45
|
January 12, 2025
|
Contributing to Numba with no compiler or LLVM experience
|
|
12
|
1742
|
January 12, 2025
|
Numba 0.60.0 requires numpy<2.1,>=1.22, but you have numpy 2.2.1 which is incompatible
|
|
1
|
73
|
January 11, 2025
|
Numba for microcontroller such as Cortex-M
|
|
3
|
38
|
January 11, 2025
|
Jitclass Inheritance from a non-jitclass
|
|
0
|
23
|
January 10, 2025
|
How do I dynamically call a function?
|
|
15
|
152
|
January 5, 2025
|
Problem using parallel=True and prange
|
|
3
|
53
|
January 4, 2025
|
Understanding Functiong Caching
|
|
3
|
67
|
January 3, 2025
|
Performance is comparable between two different numba cuda approaches
|
|
6
|
73
|
December 31, 2024
|
How to declare an array of enum values that is compatible with numba?
|
|
2
|
56
|
December 18, 2024
|
Bodo: JIT and HPC-based compute engine for Python data processing
|
|
0
|
53
|
December 16, 2024
|
Numba cant run on both windows and macos. How so solve
|
|
3
|
47
|
December 13, 2024
|
Numba + np.linalg.eigvalsh + parallel=True does show worse efficiency
|
|
1
|
43
|
December 9, 2024
|
AOT vs llvmlite.dll
|
|
8
|
69
|
December 8, 2024
|
How to build complex data structures with working JIT cache?
|
|
13
|
145
|
December 8, 2024
|
Numba in a class: TypingError: non-precise type pyobject
|
|
4
|
56
|
December 8, 2024
|
How does mangling_args work for types with parameters
|
|
2
|
497
|
December 7, 2024
|
Pass list of DIFFERENT jitclasses or jitclass methods to a jit'ed function
|
|
6
|
93
|
December 6, 2024
|
Mangler memory characteristics
|
|
2
|
53
|
December 5, 2024
|
How to dump optimized IR?
|
|
5
|
72
|
November 30, 2024
|
Calling scipy's nonnegative least squares from nopython block
|
|
6
|
517
|
November 27, 2024
|
ValueError: The number of threads must be between 1 and %s
|
|
3
|
54
|
November 26, 2024
|
Scipy.sparse.linalg.splu, solve function acceleration
|
|
0
|
24
|
November 22, 2024
|
Meeting minutes
|
|
0
|
34
|
November 22, 2024
|
Understanding memory usage of a kernel
|
|
2
|
44
|
November 18, 2024
|
Understanding Initial Execution Delay in Numba Cached Functions
|
|
7
|
95
|
November 18, 2024
|
A[:, [1]] not supported where A[:, 1:1+1] is
|
|
3
|
32
|
November 10, 2024
|