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

Function TEST_P

src/tests/performance/perf-tbsv.cpp:297–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295} // namespace clMath
296
297TEST_P(TBSV, stbsv)
298{
299 TestParams params;
300
301 getParams(&params);
302 TbsvPerformanceTest<float>::runInstance(FN_STBSV, &params);
303}
304
305TEST_P(TBSV, dtbsv)
306{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected