Struct HandleDeleter

Struct Documentation

struct HandleDeleter

Utility function object to tell std::shared_ptr how to release/destroy various CUDA objects.

Public Functions

inline void operator()(cublasHandle_t handle) const
inline void operator()(cusparseHandle_t handle) const