Skip to content

Commit

Permalink
Skipping LTO-IR test because (1) we need lto=True (2) nvcc cannot dir…
Browse files Browse the repository at this point in the history
…ectly produce ltoir (should use nvcc -keep)
  • Loading branch information
nvlcambier committed Apr 18, 2024
1 parent 93a2798 commit da13adb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pynvjitlink/tests/test_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,12 @@ def test_add_file_guess_ext_invalid_input(
"linkable_code_fatbin",
"linkable_code_object",
"linkable_code_ptx",
"linkable_code_ltoir",
pytest.param(
"linkable_code_ltoir",
marks=pytest.mark.xfail(
reason=".ltoir file is actually an object and lto=True missing"
),
),
),
)
def test_jit_with_linkable_code(file, request):
Expand Down

0 comments on commit da13adb

Please sign in to comment.