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

Method etalonPerfSingle

src/tests/performance/perf-rotm.cpp:254–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254template <typename ElemType> nano_time_t
255RotmPerformanceTest<ElemType>::etalonPerfSingle(void)
256{
257 nano_time_t time = 0;
258
259#ifdef PERF_TEST_WITH_ACML
260
261 time = getCurrentTime();
262 clMath::blas::rotm(params_.N, back_X_, params_.offa, params_.incx, back_Y_, params_.offb, params_.incy,
263 back_PARAM_, params_.offc);
264 time = getCurrentTime() - time;
265
266#endif // PERF_TEST_WITH_ACML
267
268 return time;
269}
270
271
272template <typename ElemType> nano_time_t

Callers

nothing calls this directly

Calls 1

getCurrentTimeFunction · 0.50

Tested by

no test coverage detected