votca 2024.1-dev
Loading...
Searching...
No Matches
Namespaces | Functions
gpu_benchmark.cc File Reference
#include <chrono>
#include <execution>
#include <iomanip>
#include <numeric>
#include <string>
#include "votca/tools/property.h"
#include "votca/xtp/bse_operator.h"
#include "votca/xtp/eigen.h"
#include "votca/xtp/logger.h"
#include "votca/xtp/openmp_cuda.h"
#include "votca/xtp/orbitals.h"
#include "votca/xtp/rpa.h"
#include "votca/xtp/threecenter.h"
#include "gpu_benchmark.h"
Include dependency graph for gpu_benchmark.cc:

Go to the source code of this file.

Namespaces

namespace  votca
 base class for all analysis tools
 
namespace  votca::xtp
 Charge transport classes.
 

Functions

std::pair< double, double > votca::xtp::CalcStatistics (const std::vector< double > &v)
 
template<class T >
tools::Property votca::xtp::RunPart (T &&payload, const std::string &name, Index repetitions)