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 8cda903 commit f903d98Copy full SHA for f903d98
cuda_core/cuda/core/experimental/_utils/cuda_utils.py
@@ -182,6 +182,7 @@ def is_nested_sequence(obj):
182
return is_sequence(obj) and any(is_sequence(elem) for elem in obj)
183
184
185
+@functools.lru_cache
186
def get_binding_version():
187
try:
188
major_minor = importlib.metadata.version("cuda-bindings").split(".")[:2]
0 commit comments