From 853ad93d60b23b4f87bc46dfbc3c9ce757773ed7 Mon Sep 17 00:00:00 2001 From: Haicheng Wu <57973641+hwu36@users.noreply.github.com> Date: Wed, 24 Dec 2025 00:21:59 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12fbed6e..bd7ac020 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ To get started quickly - please refer : - Fix a few bugs in distributed gemm API and examples. - Fix handling negative zero in sparse compressor. - Add missing `wait_on_dependent_grids` for PDL use case. - - 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. * Fix some profiler issues: - Add some missing reference kernels. - Support VoidC reference kernels.