From 44c704eae85da352d277d6f092f41412772f70e4 Mon Sep 17 00:00:00 2001 From: ionthruster Date: Thu, 26 Oct 2023 11:07:30 -0700 Subject: [PATCH] Doc updates for 3.2.2 --- CHANGELOG.md | 3 +++ CMakeLists.txt | 2 +- README.md | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb701ed3e..7b4174f913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # NVIDIA CUTLASS Changelog +## [3.2.2](https://github.com/NVIDIA/cutlass/releases/tag/v3.2.2) (2023-10-25) +* Fixes illegal memory access issue [1138](https://github.com/NVIDIA/cutlass/issues/1138) hit by FlashAttention tests in PyTorch. + ## [3.2.1](https://github.com/NVIDIA/cutlass/releases/tag/v3.2.1) (2023-09-22) * Python support SM90 Epilogue Visitor Tree (EVT) on top of the C++ support released in 3.2.0. * SM80 EVT support in C++ and Python. diff --git a/CMakeLists.txt b/CMakeLists.txt index b880de0a52..44190d59d1 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ endif() message(STATUS "CMake Version: ${CMAKE_VERSION}") set(IMPLICIT_CMAKE_CXX_STANDARD OFF CACHE BOOL "Do not explicitly specify -std=c++11 if set") -project(CUTLASS VERSION 3.2.1 LANGUAGES CXX) +project(CUTLASS VERSION 3.2.2 LANGUAGES CXX) include(${CMAKE_CURRENT_SOURCE_DIR}/CUDA.cmake) if (CUDA_VERSION VERSION_LESS 11.3) diff --git a/README.md b/README.md index 2d09925798..f133e7a24e 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,9 @@ CUTLASS 3.2.1 is an update to CUTLASS adding: - SM90 rasterization direction support in the CUTLASS profiler. - Improvement for CUTLASS profiler build times. +CUTLASS 3.2.2 is a minor update to CUTLASS adding: +- Bug fix for illegal memory access issue hit by Flash Attention tests in PyTorch. See [1138](https://github.com/NVIDIA/cutlass/issues/1138) for details. + Minimum requirements: - Architecture: Volta