Skip to content

Commit

Permalink
Add missing #include <cstdio> (#1197)
Browse files Browse the repository at this point in the history
* Add missing `#include <cstdio>`

* move to non nvrtc part

---------

Co-authored-by: Haicheng Wu <[email protected]>
  • Loading branch information
chsigg and hwu36 authored Dec 1, 2023
1 parent 2375a07 commit bef1fbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/cutlass/cluster_launch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#if defined(__CUDACC_RTC__)
#include <cuda/std/type_traits>
#else
#include <cstdio>
#include <type_traits>
#endif

Expand Down

0 comments on commit bef1fbc

Please sign in to comment.