|
votca 2025.1-dev
|
#include "votca_xtp_config.h"#include <stdexcept>#include <string>#include <cassert>#include <memory>#include <cublas_v2.h>#include <curand.h>#include "eigen.h"

Go to the source code of this file.
Classes | |
| class | votca::xtp::CudaMatrixBlock< M > |
| class | votca::xtp::CudaMatrixTranspose< M > |
| class | votca::xtp::CudaMatrix |
Namespaces | |
| namespace | votca |
| Provides a means for comparing floating point numbers. | |
| namespace | votca::xtp |
| Charge transport classes. | |
Functions | |
| void | votca::xtp::checkCuda (cudaError_t result) |
| void | votca::xtp::checkCublas (cublasStatus_t result) |
| std::string | votca::xtp::cudaGetErrorEnum (cublasStatus_t error) |
| Index | votca::xtp::count_available_gpus () |
| template<class M> | |
| std::string | votca::xtp::OutputDimension (const M &mat) |