v4.3.5 update. (#2934)

* v4.3.5 update.

* Update copyright to 2026
This commit is contained in:
Junkai-Wu
2026-01-09 04:02:56 +08:00
committed by GitHub
parent f86feb0aa8
commit 0d2b201e8c
2788 changed files with 3172 additions and 3071 deletions

View File

@@ -2,6 +2,17 @@
# CUTLASS 4.x
## [4.3.5](https://github.com/NVIDIA/cutlass/releases/tag/v4.3.5) (2026-01-09)
### CuTe DSL
* Bug fixing and improvements
- Fixed the unexpected CPU overhead issue introduced by 4.3.4
* Update copyright to 2026.
### CUTLASS C++
* Update copyright to 2026.
* Use CUDA Driver Get Version Runtime APIs Rather than Driver APIs.
## [4.3.4](https://github.com/NVIDIA/cutlass/releases/tag/v4.3.4) (2025-12-22)
### CuTe DSL
@@ -14,7 +25,7 @@
- Fixed order issue in `make_smem_layout_a` in utils/hopper_helpers.py
### CUTLASS C++
* 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.
* Work around a driver bug which will cause occasionally errors when executing kernels.
## [4.3.3](https://github.com/NVIDIA/cutlass/releases/tag/v4.3.3) (2025-12-12)
@@ -910,7 +921,7 @@
## Copyright
Copyright (c) 2017 - 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Copyright (c) 2017 - 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
```