From f11375bf91e781600405a506defd2662570d6f99 Mon Sep 17 00:00:00 2001 From: Haicheng Wu <57973641+hwu36@users.noreply.github.com> Date: Mon, 1 Dec 2025 22:08:52 -0500 Subject: [PATCH] Bump CUTLASS patch version to 1 --- include/cutlass/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cutlass/version.h b/include/cutlass/version.h index 3324fbb8..aa90b171 100644 --- a/include/cutlass/version.h +++ b/include/cutlass/version.h @@ -36,7 +36,7 @@ #define CUTLASS_MAJOR 4 #define CUTLASS_MINOR 3 -#define CUTLASS_PATCH 0 +#define CUTLASS_PATCH 1 #ifdef CUTLASS_VERSIONS_GENERATED #include "cutlass/version_extended.h"