Skip to content

Commit

Permalink
Merge branch 'main' into add_missing_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Feb 15, 2024
2 parents 9227504 + 251f27b commit c56fc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynvjitlink/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def add_file(self, path, kind):
elif kind == FILE_EXTENSION_MAP["fatbin"]:
fn = self._linker.add_fatbin
elif kind == FILE_EXTENSION_MAP["a"]:
raise LinkerError("Don't know how to link archives")
fn = self._linker.add_library
elif kind == FILE_EXTENSION_MAP["ptx"]:
return self.add_ptx(data, name)
elif kind == FILE_EXTENSION_MAP["o"]:
Expand Down

0 comments on commit c56fc44

Please sign in to comment.