We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9724a6b commit 20ba276Copy full SHA for 20ba276
cuda_core/tests/test_program.py
@@ -197,7 +197,7 @@ def ptx_code_object():
197
ProgramOptions(debug=True, numba_debug=True),
198
marks=pytest.mark.skipif(
199
(_get_nvrtc_version_for_tests() or 0) < 13200,
200
- reason="numba_debug requires libNVVM >= 13.2",
+ reason="numba_debug requires NVRTC >= 13.2",
201
),
202
203
ProgramOptions(relocatable_device_code=True, max_register_count=32),
0 commit comments