Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clFFT
/ Accumulator
Method
Accumulator
src/statTimer/statisticalTimer.GPU.cpp:61–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
T acc;
60
61
Accumulator( ): acc( 0 ) {}
62
void operator( )(T x) { acc += x; }
63
};
64
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected