MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / gflops

Method gflops

src/client/clfunc_xger.hpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 //void call_func() {}
67
68 double gflops()
69 {
70 return (buffer_.m_*(buffer_.m_+1))/time_in_ns();
71 }
72
73 std::string gflops_formula()
74 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected