We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5430fa + d290153 commit b43ea28Copy full SHA for b43ea28
1 file changed
dynd/nd/functional.pyx
@@ -70,7 +70,7 @@ cdef public object _jit(object func, intptr_t nsrc, const _type *src_tp):
70
71
# Compile the function with Numba
72
func.compile(signature)
73
- compile_res = func._compileinfos[signature]
+ compile_res = func.overloads[signature]
74
75
# Check if there is a corresponding return type in DyND
76
cdef _type dst_tp = from_numba_type(compile_res.signature.return_type)
0 commit comments