#include <cstdint>
#include <cuda_runtime.h>
#include <cudss.h>
#include <graphite/hessian.hpp>
#include <graphite/solver/solver.hpp>
#include <type_traits>
Go to the source code of this file.
|
| namespace | graphite |
| | The top-level namespace for Graphite.
|
| |
|
|
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 () |
| |