Skip to content

Commit 9ad12b1

Browse files
committed
refresh
1 parent 39633c2 commit 9ad12b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_bindings/cuda/bindings/utils/_nvvm_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def check_nvvm_compiler_options(options: Sequence[str]) -> bool:
4747
Examples
4848
--------
4949
>>> from cuda.bindings.utils import check_nvvm_compiler_options
50-
>>> check_nvvm_options(["-arch=compute_90", "-g"])
50+
>>> check_nvvm_compiler_options(["-arch=compute_90", "-g"])
5151
True
5252
"""
5353
try:

0 commit comments

Comments
 (0)