fix_missing_stdint (#2199)

* Update config.hpp

* 更新 config.hpp

* 更新 config.hpp
This commit is contained in:
吴坎
2025-04-24 10:21:22 +08:00
committed by GitHub
parent 81a43e6d92
commit 8e345c5c5b

View File

@@ -142,6 +142,16 @@
# include <iomanip>
#endif
//
// Type
//
#if defined(__CUDACC_RTC__)
# include <cuda/std/cstdint>
#else
# include <cstdint>
#endif
//
// Debugging utilities
//