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

Class LayerNormParams

experimental/kernels/unittest_llmc/unittest_kernels.cpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 unsigned long t = static_cast<unsigned long>(T);
134 unsigned long c = static_cast<unsigned long>(C);
135 struct LayerNormParams {
136 uint32_t B;
137 uint32_t T;
138 uint32_t C;
139 };
140 setLogLevel(kError);
141 Context ctx = createContext();
142 Tensor inp_t = createTensor(ctx, Shape{b * t * c}, kf32, inp);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected