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 f6f87e3 commit d889957Copy full SHA for d889957
1 file changed
cuda_core/build_hooks.py
@@ -187,7 +187,7 @@ def _check_cuda_bindings_installed():
187
version_file_path = Path(bv.__file__).resolve()
188
is_editable = repo_root in version_file_path.parents
189
190
- # Extract major version from version tuple
+ # Extract major version from version string
191
bindings_version = bv.__version__
192
bindings_major_version = bindings_version.split(".")[0]
193
0 commit comments