update to 4.5 (#3228)

This commit is contained in:
Haicheng Wu
2026-05-12 02:44:22 -04:00
committed by GitHub
parent c775e566bd
commit ef120d0d09
7 changed files with 9 additions and 9 deletions

View File

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