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:
Junkai-Wu
2026-07-14 10:49:52 +08:00
committed by GitHub
parent 05fd39dca2
commit 1e73948292
19 changed files with 458 additions and 141 deletions

View File

@@ -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