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

@@ -36,7 +36,7 @@ from setuptools import setup
def perform_setup():
setup(
name='cutlass_library',
version='4.6.0',
version='4.6.1',
description='CUTLASS library generation scripts',
packages=['cutlass_library']
)