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

Class EncoderParams

experimental/kernels/unittest_llmc/unittest_kernels.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 unsigned long c = static_cast<unsigned long>(C);
60 unsigned long v = VOCAB_SIZE;
61 struct EncoderParams {
62 uint32_t B;
63 uint32_t T;
64 uint32_t C;
65 };
66 setLogLevel(kError);
67 WGPURequiredLimits requiredLimits = LIMITS_BUFFER_SIZE_1GB;
68 Context ctx = createContext({},{},{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected