Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ gflops_formula
Method
gflops_formula
src/client/clfunc_xtrmv.hpp:417–422 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
415
416
template<>
417
std::string
418
xTrmv<cl_float2>::
419
gflops_formula()
420
{
421
return
"4*M*M/time"
;
422
}
423
424
template<>
425
std::string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected