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

Function TEST_P

src/tests/correctness/corr-iamax.cpp:178–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176// Instantiate the test
177
178TEST_P(iAMAX, isamax) {
179 TestParams params;
180
181 getParams(&params);
182 iamaxCorrectnessTest<cl_float>(&params);
183}
184
185TEST_P(iAMAX, idamax) {
186 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected