From 8e345c5c5b9179d15367244093213367234a0601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=9D=8E?= Date: Thu, 24 Apr 2025 10:21:22 +0800 Subject: [PATCH] fix_missing_stdint (#2199) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update config.hpp * 更新 config.hpp * 更新 config.hpp --- include/cute/config.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/cute/config.hpp b/include/cute/config.hpp index 9e0b33a6..538472c2 100644 --- a/include/cute/config.hpp +++ b/include/cute/config.hpp @@ -142,6 +142,16 @@ # include #endif +// +// Type +// + +#if defined(__CUDACC_RTC__) +# include +#else +# include +#endif + // // Debugging utilities //