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

Function TEST_P

src/tests/performance/perf-gemm.cpp:335–341  ·  view source on GitHub ↗

sgemm performance test

Source from the content-addressed store, hash-verified

333
334// sgemm performance test
335TEST_P(GEMM, sgemm)
336{
337 TestParams params;
338
339 getParams(&params);
340 GemmPerformanceTest<float>::runInstance(FN_SGEMM, &params);
341}
342
343// dgemm performance test case
344TEST_P(GEMM, dgemm)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected