Static Public Member Functions | Static Public Attributes | Static Private Member Functions | List of all members
Eigen::TensorCostModel< Device > Class Template Reference

#include <TensorCostModel.h>

Static Public Member Functions

static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE int numThreads (double output_size, const TensorOpCost &cost_per_coeff, int max_threads)
 
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double taskSize (double output_size, const TensorOpCost &cost_per_coeff)
 

Static Public Attributes

static const int kDeviceCyclesPerComputeCycle = 1
 
static const int kPerThreadCycles = 100000
 
static const int kStartupCycles = 100000
 
static const int kTaskSize = 40000
 

Static Private Member Functions

static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double totalCost (double output_size, const TensorOpCost &cost_per_coeff)
 

Detailed Description

template<typename Device>
class Eigen::TensorCostModel< Device >

Definition at line 161 of file TensorCostModel.h.

Member Function Documentation

template<typename Device >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE int Eigen::TensorCostModel< Device >::numThreads ( double  output_size,
const TensorOpCost cost_per_coeff,
int  max_threads 
)
inlinestatic

Definition at line 174 of file TensorCostModel.h.

template<typename Device >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double Eigen::TensorCostModel< Device >::taskSize ( double  output_size,
const TensorOpCost cost_per_coeff 
)
inlinestatic

Definition at line 184 of file TensorCostModel.h.

template<typename Device >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double Eigen::TensorCostModel< Device >::totalCost ( double  output_size,
const TensorOpCost cost_per_coeff 
)
inlinestaticprivate

Definition at line 190 of file TensorCostModel.h.

Member Data Documentation

template<typename Device >
const int Eigen::TensorCostModel< Device >::kDeviceCyclesPerComputeCycle = 1
static

Definition at line 164 of file TensorCostModel.h.

template<typename Device >
const int Eigen::TensorCostModel< Device >::kPerThreadCycles = 100000
static

Definition at line 168 of file TensorCostModel.h.

template<typename Device >
const int Eigen::TensorCostModel< Device >::kStartupCycles = 100000
static

Definition at line 167 of file TensorCostModel.h.

template<typename Device >
const int Eigen::TensorCostModel< Device >::kTaskSize = 40000
static

Definition at line 169 of file TensorCostModel.h.


The documentation for this class was generated from the following file:


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:23