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

Method gflops_formula

src/client/clfunc_xhemv.hpp:265–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263
264template<>
265std::string
266xHemv<cl_float2>::
267gflops_formula()
268{
269 return "8*N*N/time";
270}
271
272template<>
273std::string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected