Skip to content

Commit ad79f47

Browse files
committed
fic typo
1 parent bc5ba67 commit ad79f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

op_builder/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def installed_cuda_version(name=""):
6161

6262
def get_default_compute_capabilities():
6363
compute_caps = DEFAULT_COMPUTE_CAPABILITIES
64-
# Update compute capability accroding to: https://en.wikipedia.org/wiki/CUDA#GPUs_supported
64+
# Update compute capability according to: https://en.wikipedia.org/wiki/CUDA#GPUs_supported
6565
import torch.utils.cpp_extension
6666
if torch.utils.cpp_extension.CUDA_HOME is not None:
6767
if installed_cuda_version()[0] == 11:

0 commit comments

Comments
 (0)