Skip to content

Commit

Permalink
Update pynvjitlink/tests/test_pynvjitlink.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <bdice@bradleydice.com>
  • Loading branch information
brandon-b-miller and bdice authored Nov 16, 2023
1 parent 5ea590e commit 110af93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynvjitlink/tests/test_pynvjitlink.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def test_get_linked_ptx_from_lto(device_functions_ltoir):
handle = _nvjitlinklib.create('-arch=sm_75', '-lto', '-ptx')
_nvjitlinklib.add_data(handle, input_type, data, filename)
_nvjitlinklib.complete(handle)
ptx = _nvjitlinklib.get_linked_ptx(handle) # noqa: F841
_nvjitlinklib.get_linked_ptx(handle)
_nvjitlinklib.destroy(handle)


Expand Down

0 comments on commit 110af93

Please sign in to comment.