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

Method gflops

src/client/clfunc_xhemv.hpp:249–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247
248template<>
249double
250xHemv<cl_float2>::
251gflops()
252{
253 return static_cast<double>((8 * buffer.N * buffer.N)/time_in_ns());
254}
255
256template<>
257double

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected