Skip to content

Commit 5b46dce

Browse files
committed
Fix silly oversight.
1 parent c01ff71 commit 5b46dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_core/cuda/core/experimental/_linker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def _add_code_object(self, object_code: ObjectCode):
414414
None,
415415
)
416416
)
417-
self._mnff.handle.const_char_keep_alive.append(name_bytes)
417+
self._mnff.const_char_keep_alive.append(name_bytes)
418418

419419
def link(self, target_type) -> ObjectCode:
420420
"""

0 commit comments

Comments
 (0)