CHROMA
|
Inline QpropMatMul calculation. More...
#include <inline_qprop_matmul_w.h>
Public Member Functions | |
~InlineQpropMatMul () | |
InlineQpropMatMul (const InlineQpropMatMulParams &p) | |
InlineQpropMatMul (const InlineQpropMatMul &p) | |
unsigned long | getFrequency (void) const |
Tell me how often I should measure this beastie. More... | |
void | operator() (const unsigned long update_no, XMLWriter &xml_out) |
Do the measurement. More... | |
Public Member Functions inherited from Chroma::AbsInlineMeasurement | |
virtual | ~AbsInlineMeasurement (void) |
Virtual Destructor. More... | |
Protected Member Functions | |
void | func (const unsigned long update_no, XMLWriter &xml_out) |
Do the measurement. More... | |
Private Attributes | |
InlineQpropMatMulParams | params |
Inline QpropMatMul calculation.
Definition at line 50 of file inline_qprop_matmul_w.h.
|
inline |
Definition at line 53 of file inline_qprop_matmul_w.h.
|
inline |
Definition at line 54 of file inline_qprop_matmul_w.h.
|
inline |
Definition at line 55 of file inline_qprop_matmul_w.h.
|
protected |
Do the measurement.
Definition at line 138 of file inline_qprop_matmul_w.cc.
References Chroma::END_CODE(), Chroma::InlineQpropMatMulParams::fermact, Chroma::FermToProp(), Chroma::InlineQpropMatMulParams::NamedObject_t::gauge_id, Chroma::InlineQpropMatMulParams::NamedObject_t::header_id, Chroma::GroupXML_t::id, Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::InlineQpropMatMulEnv::name, Chroma::InlineQpropMatMulParams::named_obj, params, Chroma::GroupXML_t::path, Chroma::PLUS, Chroma::pop(), Chroma::PropToFerm(), Chroma::push(), Chroma::InlineQpropMatMulParams::NamedObject_t::result_id, Chroma::InlineQpropMatMulParams::NamedObject_t::source_id, Chroma::START_CODE(), Chroma::state, Chroma::u, Chroma::write(), and Chroma::GroupXML_t::xml.
Referenced by operator()().
|
inlinevirtual |
Tell me how often I should measure this beastie.
Implements Chroma::AbsInlineMeasurement.
Definition at line 57 of file inline_qprop_matmul_w.h.
References Chroma::InlineQpropMatMulParams::frequency, and params.
|
virtual |
Do the measurement.
Implements Chroma::AbsInlineMeasurement.
Definition at line 128 of file inline_qprop_matmul_w.cc.
References func().
|
private |
Definition at line 69 of file inline_qprop_matmul_w.h.
Referenced by func(), and getFrequency().