Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ gflops_formula
Method
gflops_formula
src/client/clfunc_xhemv.hpp:265–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
263
264
template<>
265
std::string
266
xHemv<cl_float2>::
267
gflops_formula()
268
{
269
return
"8*N*N/time"
;
270
}
271
272
template<>
273
std::string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected