mirror of
https://github.com/NVIDIA/cutlass.git
synced 2026-07-18 01:27:18 +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:
@@ -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']
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user