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

Method gflops_formula

src/client/clfunc_xtrsm.hpp:753–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751
752template<>
753std::string
754xTrsm<cl_float2>::
755gflops_formula()
756{
757 if (buffer_.side_ == clblasLeft)
758 {
759 return "4.0*M*(M+1)*N/time";
760 }
761 else
762 {
763 return "4.0*M*(N+1)*N/time";
764 }
765}
766
767template<>
768std::string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected