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

Method gflops_formula

src/client/clfunc_xtrmv.hpp:417–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415
416template<>
417std::string
418xTrmv<cl_float2>::
419gflops_formula()
420{
421 return "4*M*M/time";
422}
423
424template<>
425std::string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected