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

Function TEST_P

src/tests/performance/perf-axpy.cpp:312–318  ·  view source on GitHub ↗

axpy performance test

Source from the content-addressed store, hash-verified

310
311// axpy performance test
312TEST_P(AXPY, saxpy)
313{
314 TestParams params;
315
316 getParams(&params);
317 AxpyPerformanceTest<float>::runInstance(FN_SAXPY, &params);
318}
319
320
321TEST_P(AXPY, daxpy)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected