mirror of
https://github.com/NVIDIA/cutlass.git
synced 2026-07-17 17:17:40 +00:00
v4.6.1 update. (#3383)
* v4.6.1 update. * Correct version number. * Fix documentation link for GEMM performance measurement Updated the link in the documentation release note for GEMM performance measurement methodology. * Fix URL in 'What's New in CUTLASS 4.6' section Corrected the URL for GEMM performance measurement documentation. --------- Co-authored-by: Haicheng Wu <57973641+hwu36@users.noreply.github.com>
This commit is contained in:
@@ -133,7 +133,7 @@ def get_option_registry():
|
||||
this._option_registry = OptionRegistry(device_cc())
|
||||
return this._option_registry
|
||||
|
||||
this.__version__ = '4.6.0'
|
||||
this.__version__ = '4.6.1'
|
||||
|
||||
from cutlass_cppgen.backend import create_memory_pool
|
||||
from cutlass_cppgen.emit.pytorch import pytorch
|
||||
|
||||
Reference in New Issue
Block a user