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

Method gflops

src/client/clfunc_xher.hpp:279–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277
278template<>
279double
280xHer<cl_float2>::
281gflops()
282{
283 return static_cast<double>((4 * buffer.N * buffer.N)/time_in_ns());
284}
285
286template<>
287double

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected