MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / BlockWidth

Method BlockWidth

src/library/generator.stockham.cpp:3158–3158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3156
3157 static size_t BlockLdsSize(size_t N) { return GetValue(N, BS_VT_LDS); }
3158 static size_t BlockWidth(size_t N) { return GetValue(N, BS_VT_BWD); }
3159 static size_t BlockWorkGroupSize(size_t N) { return GetValue(N, BS_VT_WGS); }
3160
3161 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected