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

Function TEST_P

src/tests/performance/perf-copy.cpp:290–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288} // namespace clMath
289
290TEST_P(COPY, scopy)
291{
292 TestParams params;
293
294 getParams(&params);
295 CopyPerformanceTest<float>::runInstance(FN_SCOPY, &params);
296}
297
298
299TEST_P(COPY, dcopy)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected