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

Function TEST_P

src/tests/performance/perf-swap.cpp:320–326  ·  view source on GitHub ↗

swap performance test

Source from the content-addressed store, hash-verified

318
319// swap performance test
320TEST_P(SWAPXY, sswap)
321{
322 TestParams params;
323
324 getParams(&params);
325 SwapPerformanceTest<float>::runInstance(FN_SSWAP, &params);
326}
327
328
329TEST_P(SWAPXY, dswap)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected