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

Method gflops

src/client/clfunc_xgemm.hpp:1197–1202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1195
1196template<>
1197double
1198xGemm<cl_float2>::
1199gflops()
1200{
1201 return (8.0*buffer_.m_*buffer_.n_*buffer_.k_)/(time_in_ns() / buffer_.apiCallCount);
1202}
1203
1204template<>
1205double

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected