From 2aedca6f5eea09a6928cbfc78de926a37d5f765d Mon Sep 17 00:00:00 2001 From: Haicheng Wu <57973641+hwu36@users.noreply.github.com> Date: Wed, 25 Feb 2026 00:01:56 -0500 Subject: [PATCH] Bump CUTLASS version to 4.4.0 --- include/cutlass/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cutlass/version.h b/include/cutlass/version.h index 658933e68..9a8176401 100644 --- a/include/cutlass/version.h +++ b/include/cutlass/version.h @@ -35,8 +35,8 @@ #include #define CUTLASS_MAJOR 4 -#define CUTLASS_MINOR 3 -#define CUTLASS_PATCH 5 +#define CUTLASS_MINOR 4 +#define CUTLASS_PATCH 0 #ifdef CUTLASS_VERSIONS_GENERATED #include "cutlass/version_extended.h"