Skip to content

Commit

Permalink
Make cuda::stream_ref universally available (#1293)
Browse files Browse the repository at this point in the history
We had many users complain about the Guard and stream ref is simple enough so that we wont change its API dramatically
  • Loading branch information
miscco authored Jan 18, 2024
1 parent 2588ca0 commit 962ace6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libcudacxx/include/cuda/stream_ref
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ private:
} // cuda
*/

#ifdef LIBCUDACXX_ENABLE_EXPERIMENTAL_MEMORY_RESOURCE

#include <cuda_runtime_api.h> // cuda_runtime_api needs to come first
// clang-format on

Expand Down Expand Up @@ -186,6 +184,4 @@ _LIBCUDACXX_END_NAMESPACE_CUDA

#include <cuda/std/detail/__pragma_pop>

#endif // LIBCUDACXX_ENABLE_EXPERIMENTAL_MEMORY_RESOURCE

#endif //_CUDA_STREAM_REF

0 comments on commit 962ace6

Please sign in to comment.