We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39633c2 commit 9ad12b1Copy full SHA for 9ad12b1
cuda_bindings/cuda/bindings/utils/_nvvm_utils.py
@@ -47,7 +47,7 @@ def check_nvvm_compiler_options(options: Sequence[str]) -> bool:
47
Examples
48
--------
49
>>> from cuda.bindings.utils import check_nvvm_compiler_options
50
- >>> check_nvvm_options(["-arch=compute_90", "-g"])
+ >>> check_nvvm_compiler_options(["-arch=compute_90", "-g"])
51
True
52
"""
53
try:
0 commit comments