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

Function TEST_P

src/tests/performance/perf-trsv.cpp:321–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319
320
321TEST_P(TRSV, strsv)
322{
323 TestParams params;
324
325 getParams(&params);
326 TrsvPerformanceTest<float>::runInstance(FN_STRSV, &params);
327}
328
329
330TEST_P(TRSV, dtrsv)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected