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

Method run

src/tests/functional/func.h:588–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588template <typename T> cl_int
589GemmMetod<T>::run()
590{
591 return (cl_int)::clMath::clblas::gemm(this->order, transA, transB,
592 this->size, this->size, this->size, this->alpha, this->bufA, 0,
593 this->size, this->bufB, 0, this->size, this->beta, this->bufC, 0,
594 this->size, this->qnum, this->queues, this->inEventCount,
595 this->inEvent, this->outEvent);
596}
597
598/////////////////////////////////////////////////////////////////////////////////////////////////////
599template<typename T>

Callers 4

errorMethod · 0.45
runRepeatMethod · 0.45

Calls 6

gemmFunction · 0.50
trmmFunction · 0.50
trsmFunction · 0.50
gemvFunction · 0.50
symvFunction · 0.50
syr2kFunction · 0.50

Tested by

no test coverage detected