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 23, 2023
1 parent 897655b commit a229eba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/cuda/api/kernel_launch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@
#include <cuda/api/kernel.hpp>
#include <cuda/api/apriori_compiled_kernel.hpp>

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

#include <type_traits>
#include <utility>

Expand Down
4 changes: 0 additions & 4 deletions src/cuda/api/launch_configuration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
#include <cuda/api/constants.hpp>
#include <cuda/api/types.hpp>

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

#include <type_traits>
#include <utility>

Expand Down

0 comments on commit a229eba

Please sign in to comment.