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

Method Syr2kStep

src/library/tools/ktest/steps/syr2k.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using namespace clMath;
23
24Syr2kStep::Syr2kStep(cl_device_id device) :
25 Step(CLBLAS_SYR2K, device)
26{
27}
28
29Syr2kStep::Syr2kStep(ListNode *node) :
30 Step(node)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected