Skip to content

Commit 20ba276

Browse files
committed
fixed comment
1 parent 9724a6b commit 20ba276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_core/tests/test_program.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def ptx_code_object():
197197
ProgramOptions(debug=True, numba_debug=True),
198198
marks=pytest.mark.skipif(
199199
(_get_nvrtc_version_for_tests() or 0) < 13200,
200-
reason="numba_debug requires libNVVM >= 13.2",
200+
reason="numba_debug requires NVRTC >= 13.2",
201201
),
202202
),
203203
ProgramOptions(relocatable_device_code=True, max_register_count=32),

0 commit comments

Comments
 (0)