Skip to content

Commit

Permalink
Merge pull request #8250 from leofang/jitify_fix_header
Browse files Browse the repository at this point in the history
Fix jitify warmup kernel - Cont'd
  • Loading branch information
kmaehashi committed Apr 3, 2024
2 parents 2f89464 + c1dcc1d commit 2016f29
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 2016f29

Please sign in to comment.