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

Method call_func

src/client/clfunc_xsyr2.hpp:225–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223
224template <>
225void xSyr2<cl_float>::call_func()
226{
227 timer.Start(timer_id);
228 clblasSsyr2(buffer.order, buffer.uplo, buffer.N, buffer.alpha, buffer.X, buffer.offx,
229 buffer.incx, buffer.Y, buffer.offy, buffer.incy, buffer.A, buffer.offa, buffer.lda, numQueues, queues_, 0, NULL,&event_);
230 clWaitForEvents(1, &event_);
231 timer.Stop(timer_id);
232}
233
234template <>
235void xSyr2<cl_double>::call_func()

Callers

nothing calls this directly

Calls 3

clblasSsyr2Function · 0.85
StartMethod · 0.80
StopMethod · 0.80

Tested by

no test coverage detected