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

Method gflops_formula

src/client/clfunc_xgerc.hpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 std::string gflops_formula()
72 {
73 return "M*(M+1)/time";
74 }
75
76 void setup_buffer(int order_option, int side_option, int
77 uplo_option, int diag_option, int transA_option, int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected