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

Method call_func

src/client/clfunc_xher2k.hpp:575–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573
574template<>
575void
576xHer2k<cl_float2>::call_func()
577{
578 timer.Start(timer_id);
579 clblasCher2k(order_, buffer_.uplo_, buffer_.transA_,
580 buffer_.N_, buffer_.K_, buffer_.alpha_,
581 buffer_.A_, buffer_.offa_, buffer_.lda_,
582 buffer_.B_, buffer_.offb_, buffer_.ldb_,
583 buffer_.beta_.s[0], buffer_.C_, buffer_.offc_,
584 buffer_.ldc_, numQueues, queues_, 0, NULL, &event_);
585 clWaitForEvents(1, &event_);
586 timer.Stop(timer_id);
587}
588
589template<>
590void

Callers

nothing calls this directly

Calls 4

clblasCher2kFunction · 0.85
clblasZher2kFunction · 0.85
StartMethod · 0.80
StopMethod · 0.80

Tested by

no test coverage detected