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

Function TEST

src/tests/functional/func-thread.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185
186#ifdef DO_THEIRS
187TEST(THREAD, sgemm) {
188 MThreadClass<GemmMetod<cl_float> > ec;
189 ec.mthread();
190}
191TEST(THREAD, cgemm) {
192 MThreadClass<GemmMetod<FloatComplex> > ec;
193 ec.mthread();

Callers

nothing calls this directly

Calls 1

mthreadMethod · 0.80

Tested by

no test coverage detected