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