cuda::experimental::stf::exception_policies::remember#
Overloads#
remember(__cell)#
-
template<class _T>
auto cuda::experimental::stf::exception_policies::remember( - _T *__cell
Creates a last-known-good policy over a caller-owned cell.
remember(__cell)#
-
template<class _T>
auto cuda::experimental::stf::exception_policies::remember( - ::std::shared_ptr<_T> __cell
Creates a last-known-good policy that shares ownership of its cell.