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

Function TEST_P

src/tests/correctness/corr-symm.cpp:246–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244
245#ifndef __TEST_CSYMM_ACML_NANBUG__
246TEST_P(SYMM, ssymm) {
247 TestParams params;
248
249 getParams(&params);
250 symmCorrectnessTest<cl_float>(&params);
251}
252
253TEST_P(SYMM, dsymm) {
254 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected