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

Function TEST_P

src/tests/performance/perf-scal.cpp:281–288  ·  view source on GitHub ↗

scal performance test

Source from the content-addressed store, hash-verified

279
280// scal performance test
281TEST_P(SCAL, sscal)
282{
283 TestParams params;
284
285 getParams(&params);
286 params.K = 0; // K will indicate wheather routine is csscal/zdscal
287 ScalPerformanceTest<float>::runInstance(FN_SSCAL, &params);
288}
289
290
291TEST_P(SCAL, dscal)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected