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

Method call_func

src/client/clfunc_xger.hpp:254–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252
253template<>
254void
255xGer<cl_float>::
256call_func()
257{
258 timer.Start(timer_id);
259 clblasSger(buffer_.order_, buffer_.m_, buffer_.n_, buffer_.alpha, buffer_.x_, buffer_.offX, 1, buffer_.y_, buffer_.offY,
260 1, buffer_.a_, buffer_.offA, buffer_.lda_, numQueues, queues_, 0, NULL,
261 &event_);
262 clWaitForEvents(1, &event_);
263 timer.Stop(timer_id);
264}
265
266template<>
267void

Callers

nothing calls this directly

Calls 4

clblasSgerFunction · 0.85
clblasDgerFunction · 0.85
StartMethod · 0.80
StopMethod · 0.80

Tested by

no test coverage detected