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

Method gflops

src/client/clfunc_xtrsv.hpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 void call_func() {}
58
59 double gflops()
60 {
61 return static_cast<double>(buffer_.m_ * buffer_.m_ )/time_in_ns();
62 }
63
64 std::string gflops_formula()
65 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected