Skip to content

Commit

Permalink
Fixes #492: No longer including cooperative_groups.h (which we don'…
Browse files Browse the repository at this point in the history
…t need)
  • Loading branch information
eyalroz committed Apr 20, 2023
1 parent 60100f7 commit 1bb824e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cuda/api/launch_configuration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#include <cuda/api/constants.hpp>
#include <cuda/api/types.hpp>

#if (__CUDACC_VER_MAJOR__ >= 9)
#include <cooperative_groups.h>
#endif
//#if (__CUDACC_VER_MAJOR__ >= 9)
//#include <cooperative_groups.h>
//#endif

#include <type_traits>
#include <utility>
Expand Down

0 comments on commit 1bb824e

Please sign in to comment.