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

Method xHemv

src/client/clfunc_xhemv.hpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49{
50public:
51 xHemv(StatisticalTimer& timer, cl_device_type devType) : clblasFunc(timer, devType)
52 {
53 timer.getUniqueID("clHemv", 0);
54 }
55
56 ~xHemv()
57 {

Callers

nothing calls this directly

Calls 1

getUniqueIDMethod · 0.80

Tested by

no test coverage detected