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.
1 parent 0a1d4f8 commit 96af878Copy full SHA for 96af878
numba_cuda/numba/cuda/dispatcher.py
@@ -69,6 +69,7 @@ def get_cres_link_objects(cres):
69
for name, sig in call_signatures:
70
call_signature_d[name].append(sig)
71
72
+ # Add the link objects from the current function's callees
73
for name, v in device_func_calls:
74
for sig in call_signature_d.get(name, []):
75
called_cres = v.dispatcher.overloads[sig.args]
0 commit comments