MCPcopy Create free account
hub / github.com/AnswerDotAI/gpu.cpp / LNParam

Class LNParam

experimental/legacy/transformer/test_kernels.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168void testLayerNorm(Context &ctx) {
169 struct LNParam {
170 uint32_t N; // check
171 uint32_t C;
172 };
173 constexpr size_t N = 6;
174 constexpr size_t C = 3072;
175 std::mt19937 gen(31415);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected