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

Function TEST_P

src/tests/correctness/corr-gemm.cpp:210–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208// Instantiate the test
209
210TEST_P(GEMM, sgemm) {
211 TestParams params;
212
213 getParams(&params);
214 gemmCorrectnessTest<cl_float>(&params);
215}
216
217TEST_P(GEMM, dgemm) {
218 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected