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

Method gflops

src/client/clfunc_xher2.hpp:304–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302
303template<>
304double
305xHer2<cl_float2>::
306gflops()
307{
308 return static_cast<double>((8 * buffer.N * buffer.N)/time_in_ns());
309}
310
311template<>
312double

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected