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

Method etalonAvgGbpsPerf

src/tests/performance/PerformanceRecorder.cpp:113–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113gbps_t
114PerformanceRecorder::etalonAvgGbpsPerf(BlasFunction fn)
115{
116 int id = static_cast<int>(fn);
117 gbps_t gbps = records_[id].etalonGbps;
118
119 if (records_[id].etalonNrRuns) {
120 gbps /= records_[id].etalonNrRuns;
121 }
122
123 return gbps;
124}
125
126gbps_t
127PerformanceRecorder::clblasAvgGbpsPerf(BlasFunction fn)

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected