We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4200f commit 954503dCopy full SHA for 954503d
python/cutlass_cppgen/__init__.py
@@ -133,7 +133,7 @@ def get_option_registry():
133
this._option_registry = OptionRegistry(device_cc())
134
return this._option_registry
135
136
-this.__version__ = '4.3.5'
+this.__version__ = '4.4.0'
137
138
from cutlass_cppgen.backend import create_memory_pool
139
from cutlass_cppgen.emit.pytorch import pytorch
0 commit comments