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

Function TEST_P

src/tests/correctness/corr-syr2k.cpp:234–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232// Instantiate the test
233
234TEST_P(SYR2K, ssyr2k) {
235 TestParams params;
236
237 getParams(&params);
238 syr2kCorrectnessTest<cl_float>(&params);
239}
240
241TEST_P(SYR2K, dsyr2k) {
242 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected