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

Method clblasAvgGbpsPerf

src/tests/performance/PerformanceRecorder.cpp:126–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126gbps_t
127PerformanceRecorder::clblasAvgGbpsPerf(BlasFunction fn)
128{
129 int id = static_cast<int>(fn);
130 gbps_t gbps = records_[id].clblasGbps;
131
132 if (records_[id].clblasNrRuns) {
133 gbps /= records_[id].clblasNrRuns;
134 }
135
136 return gbps;
137}
138
139
140double

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected