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

Function TEST

src/tests/functional/func-event.cpp:153–156  ·  view source on GitHub ↗

//

Source from the content-addressed store, hash-verified

151#ifdef DO_THEIRS
152//******************************************************//
153TEST(EVENT_OUT, sgemm) {
154 EventClass< GemmMetod<float> > ec;
155 ec.runOut();
156}
157
158TEST(EVENT_OUT, cgemm) {
159 EventClass< GemmMetod<FloatComplex> > ec;

Callers

nothing calls this directly

Calls 2

runOutMethod · 0.80
runInMethod · 0.80

Tested by

no test coverage detected