Skip to content

Commit 96af878

Browse files
committed
Add a small comment
1 parent 0a1d4f8 commit 96af878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numba_cuda/numba/cuda/dispatcher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def get_cres_link_objects(cres):
6969
for name, sig in call_signatures:
7070
call_signature_d[name].append(sig)
7171

72+
# Add the link objects from the current function's callees
7273
for name, v in device_func_calls:
7374
for sig in call_signature_d.get(name, []):
7475
called_cres = v.dispatcher.overloads[sig.args]

0 commit comments

Comments
 (0)