Skip to content

Commit

Permalink
avoid prematurely including CG headers
Browse files Browse the repository at this point in the history
  • Loading branch information
leofang committed Mar 20, 2024
1 parent 028889e commit c1dcc1d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cupy/cuda/jitify.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@ cdef str warmup_kernel = r"""cupy_jitify_exercise
// not supported before CC 7.0
#include <cuda/barrier>
#endif
#include <cooperative_groups.h>
#include <cooperative_groups/memcpy_async.h>
extern "C" __global__ void jitify_exercise() { }
"""
Expand Down

0 comments on commit c1dcc1d

Please sign in to comment.