Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ setup_apiCallCount
Method
setup_apiCallCount
src/client/clfunc_xgemm.hpp:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void setup_apiCallCount(cl_uint apiCallCount)
101
{
102
buffer_.apiCallCount = apiCallCount;
103
}
104
std::string gflops_formula()
105
{
106
return
"2.0*M*N*K/time"
;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected