From 34a81f0497bbb9d2931c72cfada9d37c52417b5e Mon Sep 17 00:00:00 2001 From: Haicheng Wu <57973641+hwu36@users.noreply.github.com> Date: Wed, 24 Dec 2025 00:20:21 -0500 Subject: [PATCH] Update driver bug workaround description in CHANGELOG Clarified the description of a driver bug workaround in the CHANGELOG. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9f922d0..b93535ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ - Fixed order issue in `make_smem_layout_a` in utils/hopper_helpers.py ### CUTLASS C++ -* Work around a driver bug which will cause occasionally errors when executing kernels. +* Work around a driver TMA descriptor related bug which will cause occasionally errors on Blackwell when the tensor's backing memory allocation is less than 128KB and it is not a dense non-overlapping tensor. ## [4.3.3](https://github.com/NVIDIA/cutlass/releases/tag/v4.3.3) (2025-12-12)