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

Method gflops_formula

src/client/clfunc_xtrmm.hpp:788–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

786
787template<>
788std::string
789xTrmm<cl_float2>::
790gflops_formula()
791{
792 if (buffer_.side_ == clblasLeft)
793 {
794 return "4.0*M*(M+1)*N/time";
795 }
796 else
797 {
798 return "4.0*M*(N+1)*N/time";
799 }
800}
801
802template<>
803std::string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected