fix: add cstdio for printf in TMEM debug

This commit is contained in:
2026-05-28 07:40:04 +00:00
parent 0ddcc6bafd
commit cea02fe407

View File

@@ -49,6 +49,7 @@
#include <cuda_runtime.h>
#include <cstdint>
#include <cstdio>
#include <cmath>
namespace dsv4::kernels::attention {