Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ SyrkStep
Method
SyrkStep
src/library/tools/ktest/steps/syrk.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
using namespace clMath;
23
24
SyrkStep::SyrkStep(cl_device_id device) :
25
Step(CLBLAS_SYRK, device)
26
{
27
}
28
29
SyrkStep::SyrkStep(ListNode *node) :
30
Step(node)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected