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
|
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 to avoid multiple overload functions for the same config variable
|
|
3
|
57
|
July 4, 2024
|
How to execute Numba generated IR?
|
|
0
|
52
|
June 30, 2024
|
Printing numpy array contents in gdb
|
|
1
|
90
|
June 27, 2024
|
Hamming Distance performance
|
|
9
|
166
|
June 22, 2024
|
Implementing NumPy Functions using objmode
|
|
2
|
112
|
June 20, 2024
|
Limiting number of Numba threads in MPI hybrid program
|
|
1
|
223
|
June 20, 2024
|
No implementation of function Function getitem?
|
|
2
|
228
|
June 17, 2024
|
Using guvectorize inside a jitted function
|
|
11
|
1183
|
June 17, 2024
|
Matrix multiplication with pre-allocated output array
|
|
1
|
95
|
June 13, 2024
|
How to create a numpy array using the memory pointed to by a float* returned from a C function
|
|
2
|
79
|
May 31, 2024
|
Error metrics outside of sklearn
|
|
1
|
50
|
May 26, 2024
|
Is there a way to do debug asserts?
|
|
0
|
66
|
May 24, 2024
|
JItted cross correlation slower than raw python
|
|
7
|
162
|
May 24, 2024
|
Can you time numba compilation?
|
|
1
|
103
|
May 16, 2024
|
WrapperAddressProtocol With Pointers and Arrays
|
|
1
|
91
|
May 14, 2024
|
How do I use Numba to run Trading Back Testing?
|
|
3
|
475
|
May 10, 2024
|
How can I make this run faster?
|
|
4
|
113
|
May 10, 2024
|
Numba cuda slower than cuda c -- turn off memory safety checks?
|
|
0
|
122
|
May 6, 2024
|
Heterogeneous data container with mutable elements in jitted code
|
|
12
|
1834
|
April 27, 2024
|
StructRef example guidance
|
|
2
|
346
|
April 25, 2024
|
How to find error line number on source file using compute-sanitizer
|
|
0
|
93
|
April 19, 2024
|
Can't use @cuda.reduce decorator inside Kernel
|
|
2
|
114
|
April 17, 2024
|
Parallel, prange and (fixed length) lists
|
|
2
|
169
|
April 15, 2024
|