We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5ba67 commit ad79f47Copy full SHA for ad79f47
op_builder/builder.py
@@ -61,7 +61,7 @@ def installed_cuda_version(name=""):
61
62
def get_default_compute_capabilities():
63
compute_caps = DEFAULT_COMPUTE_CAPABILITIES
64
- # Update compute capability accroding to: https://en.wikipedia.org/wiki/CUDA#GPUs_supported
+ # Update compute capability according to: https://en.wikipedia.org/wiki/CUDA#GPUs_supported
65
import torch.utils.cpp_extension
66
if torch.utils.cpp_extension.CUDA_HOME is not None:
67
if installed_cuda_version()[0] == 11:
0 commit comments