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

Function TEST_P

src/tests/performance/perf-gemm2.cpp:364–370  ·  view source on GitHub ↗

sgemm performance test

Source from the content-addressed store, hash-verified

362
363// sgemm performance test
364TEST_P(GEMM2, sgemm)
365{
366 TestParams params;
367
368 getParams(&params);
369 GemmPerformanceTest<float>::runInstance(FN_SGEMM_2, &params);
370}
371
372// dgemm performance test case
373TEST_P(GEMM2, dgemm)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected