Skip to content

Commit

Permalink
Add new sm_*s
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Jan 23, 2025
1 parent df389db commit c824fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynvjitlink/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def alt_gpu_compute_capability(gpu_compute_capability):
@pytest.fixture(scope="session")
def absent_gpu_compute_capability(gpu_compute_capability, alt_gpu_compute_capability):
"""A compute capability not used in any cubin or fatbin test binary"""
cc_majors = {6, 7, 8}
cc_majors = {6, 7, 8, 9, 10, 12}
cc_majors.remove(gpu_compute_capability[0])
cc_majors.remove(alt_gpu_compute_capability[0])
return (cc_majors.pop(), 0)
Expand Down

0 comments on commit c824fdf

Please sign in to comment.