Skip to content

Commit

Permalink
Use the in, out, and inout parameter decorators from `cudax::la…
Browse files Browse the repository at this point in the history
…unch` (NVIDIA#2294)
  • Loading branch information
ericniebler authored and bernhardmgruber committed Aug 28, 2024
1 parent 3daa733 commit 792c4e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 87 deletions.
85 changes: 0 additions & 85 deletions cudax/samples/vector_add/param_kind.cuh

This file was deleted.

3 changes: 1 addition & 2 deletions cudax/samples/vector_add/vector.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
#include <cuda/stream_ref>

#include <cuda/experimental/__detail/utility.cuh>

#include "param_kind.cuh"
#include <cuda/experimental/__launch/param_kind.cuh>

#if _CCCL_STD_VER >= 2017
namespace cuda::experimental
Expand Down

0 comments on commit 792c4e1

Please sign in to comment.