Graphite  0.5.0
GPU-accelerated graph optimization framework
Loading...
Searching...
No Matches
cudss.hpp File Reference
#include <cstdint>
#include <cuda_runtime.h>
#include <cudss.h>
#include <graphite/hessian.hpp>
#include <graphite/solver/solver.hpp>
#include <type_traits>
Include dependency graph for cudss.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  graphite::cudssSolverOptions
 
class  graphite::cudssSolver< T, S, Index >
 

Namespaces

namespace  graphite
 The top-level namespace for Graphite.
 

Functions

template<typename T >
cudaDataType_t graphite::get_cuda_data_type ()
 
template<>
cudaDataType_t graphite::get_cuda_data_type< double > ()
 
template<>
cudaDataType_t graphite::get_cuda_data_type< float > ()
 
template<typename Index >
cudaDataType_t graphite::get_cuda_index_type ()