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 a16fdc0 commit 3692017Copy full SHA for 3692017
deep_gemm/__init__.py
@@ -72,3 +72,5 @@ def _find_cuda_home() -> str:
72
os.path.dirname(os.path.abspath(__file__)), # Library root directory path
73
_find_cuda_home() # CUDA home
74
)
75
+
76
+__version__ = "2.0.0"
0 commit comments