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

Function TEST_P

src/tests/correctness/corr-syrk.cpp:218–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216// Instantiate the test
217
218TEST_P(SYRK, ssyrk) {
219 TestParams params;
220
221 getParams(&params);
222 syrkCorrectnessTest<cl_float>(&params);
223}
224
225TEST_P(SYRK, dsyrk) {
226 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected