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

Method call_func

src/client/clfunc_xgerc.hpp:287–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285
286template <>
287void xGerc<cl_float2>::call_func()
288{
289 timer.Start(timer_id);
290 clblasCgerc(buffer.order, buffer.M, buffer.N, buffer.alpha, buffer.X, buffer.offx,
291 buffer.incx, buffer.Y, buffer.offy, buffer.incy, buffer.A, buffer.offa, buffer.lda, numQueues, queues_, 0, NULL,&event_);
292 clWaitForEvents(1, &event_);
293 timer.Stop(timer_id);
294}
295
296template <>
297void xGerc<cl_double2>::call_func()

Callers

nothing calls this directly

Calls 4

clblasCgercFunction · 0.85
clblasZgercFunction · 0.85
StartMethod · 0.80
StopMethod · 0.80

Tested by

no test coverage detected