Skip to content

Commit

Permalink
fix nvrtc header bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fbusato committed Nov 27, 2024
1 parent 30cf216 commit a39d27a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
#include <cuda/std/complex>
#include <cuda/std/type_traits>

#include "cuda/std/__type_traits/decay.h"

__host__ __device__ void constexpr_test()
{
using E = cuda::std::extents<size_t, 2>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
#include "cuda/std/__linalg/transposed.h"

#include <cuda/std/cassert>
#include <cuda/std/cstddef>
#include <cuda/std/mdspan>
#include <cuda/std/type_traits>

#include <cstddef>

template <typename Layout, typename Map>
__host__ __device__ void map_test(Map map)
{
Expand Down

0 comments on commit a39d27a

Please sign in to comment.