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

Function TEST_P

src/tests/correctness/corr-syr.cpp:249–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247// Instantiate the test
248
249TEST_P(SYR, ssyr) {
250 TestParams params;
251
252 getParams(&params);
253 syrCorrectnessTest<cl_float>(&params);
254}
255
256TEST_P(SYR, dsyr) {
257 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected