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