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

Method gflops

src/client/clfunc_xtrmv.hpp:401–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399
400template<>
401double
402xTrmv<cl_float2>::
403gflops()
404{
405 return static_cast<double>(4 * buffer_.m_ * buffer_.m_ )/time_in_ns();
406}
407
408template<>
409double

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected