Reference documentation for deal.II version 9.0.0
|
#include <deal.II/base/cuda.h>
Public Member Functions | |
Handle () | |
Handle (Handle const &)=delete | |
~Handle () | |
Public Attributes | |
cusparseHandle_t | cusparse_handle |
This structure creates, stores, and destroys the handles of the different CUDA libraries used inside deal.II.
Utilities::CUDA::Handle::Handle | ( | ) |
Constructor. Create the handles for the different libraries.
|
delete |
Copy constructor is deleted.
Utilities::CUDA::Handle::~Handle | ( | ) |
Destructor. Destroy the handles and free all the memory allocated by GrowingVectorMemory.
cusparseHandle_t Utilities::CUDA::Handle::cusparse_handle |