cuda::experimental::async_resource_ref
Defined in include/cuda/experimental/__memory_resource/any_resource.cuh
-
template<class ..._Properties>
using cuda::experimental::async_resource_ref = basic_resource_ref<_ResourceKind::_Asynchronous, _Properties...> Type erased wrapper around a
async_resource
that satisfies_Properties
.- Template Parameters
_Properties – The properties that any async resource wrapped within the
async_resource_ref
needs to satisfy