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

Function TEST_P

src/tests/performance/perf-tpsv.cpp:333–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331
332
333TEST_P(TPSV, stpsv)
334{
335 TestParams params;
336
337 getParams(&params);
338 TpsvPerformanceTest<float>::runInstance(FN_STPSV, &params);
339}
340
341
342TEST_P(TPSV, dtpsv)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected