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

Function TEST

src/tests/functional/func-queue.cpp:100–103  ·  view source on GitHub ↗

//

Source from the content-addressed store, hash-verified

98#ifdef DO_THEIRS
99//******************************************************//
100TEST(QUEUE, sgemm) {
101 MQueueClass< GemmMetod<float> > ec;
102 ec.testQueue();
103}
104
105TEST(QUEUE, cgemm) {
106 MQueueClass< GemmMetod<FloatComplex> > ec;

Callers

nothing calls this directly

Calls 1

testQueueMethod · 0.80

Tested by

no test coverage detected