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

Method gflops

src/client/clfunc_xtrsv.hpp:394–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392
393template<>
394double
395xTrsv<cl_float2>::
396gflops()
397{
398 return static_cast<double>(4 * buffer_.m_ * buffer_.m_ )/time_in_ns();
399}
400
401template<>
402double

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected