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

Method initOutEvent

src/tests/functional/func.h:207–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 return true;
206}
207template <typename T> void
208baseMetod<T>::initOutEvent()
209{
210 outEvent = new cl_event[qnum];
211 for (unsigned int i = 0; i < qnum; ++i) {
212 outEvent[i] = NULL;
213 }
214}
215template <typename T> void
216baseMetod<T>::copyData(baseMetod<T> & source)
217{

Callers 4

imagesMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected