cuCollections icon indicating copy to clipboard operation
cuCollections copied to clipboard

Switch to cuda::stream_ref

Open sleeepyjack opened this issue 2 years ago • 2 comments

cuco::stream_ref is a WAR and should be replaced with cuda::stream_ref.

cuda::stream_ref will be available in libcu++ v2.1.0, and we should get that version soon: rapidsai/rapids-cmake#399.

Originally posted by @sleeepyjack in https://github.com/NVIDIA/cuCollections/issues/296#issuecomment-1522065120

sleeepyjack avatar Jul 10 '23 13:07 sleeepyjack

Updates: this is still an experimental feature that requires to define LIBCUDACXX_ENABLE_EXPERIMENTAL_MEMORY_RESOURCE https://godbolt.org/z/jfWsjarTz

PointKernel avatar Dec 21 '23 21:12 PointKernel

Updates: this is still an experimental feature that requires to define LIBCUDACXX_ENABLE_EXPERIMENTAL_MEMORY_RESOURCE https://godbolt.org/z/jfWsjarTz

We will most definitely drop the experimental state for `cuda::stream_ref``in the immediate future

Anything within <memory_resource> will stay experimental for a bit longer

miscco avatar Dec 22 '23 11:12 miscco