v4.3.4 update v2. (#2898)

This commit is contained in:
Junkai-Wu
2025-12-23 11:28:26 +08:00
committed by GitHub
parent 7f5fe3edf1
commit b7ecaa605d
4 changed files with 32 additions and 0 deletions

View File

@@ -3,6 +3,8 @@
# CUTLASS 4.x
## [4.3.4](https://github.com/NVIDIA/cutlass/releases/tag/v4.3.4) (2025-12-22)
### CuTe DSL
* New features
- Added PDL support along with example [Kernel launch with Programmatic Dependent Launch](https://github.com/NVIDIA/cutlass/tree/main/examples/python/CuTeDSL/blackwell/programmatic_dependent_launch.py)
@@ -11,7 +13,12 @@
- Enhancement for tvm-ffi AoT case for earlier module unload
- 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.
## [4.3.3](https://github.com/NVIDIA/cutlass/releases/tag/v4.3.3) (2025-12-12)
### CuTe DSL
* New features
- Supported namedtuple and kwargs for JIT function arguments in tvm-ffi
- Supported variadic tuples for JIT function argument in tvm-ffi
@@ -21,6 +28,8 @@
- Clearer error message for the case of runtime error cudaErrorInsufficientDriver
## [4.3.2](https://github.com/NVIDIA/cutlass/releases/tag/v4.3.2) (2025-12-05)
### CuTe DSL
* New features
- New env var `CUTE_DSL_CACHE_DIR` to specify the path for dumping caches