| 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: |
nothing calls this directly
no outgoing calls
no test coverage detected