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

Method gflops_formula

src/client/clfunc_xtrsv.hpp:410–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408
409template<>
410std::string
411xTrsv<cl_float2>::
412gflops_formula()
413{
414 return "4*M*M/time";
415}
416
417template<>
418std::string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected