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

Function main

experimental/legacy/transformer/test_kernels.cpp:271–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271int main(int argc, char **argv) {
272 Context ctx = createContext();
273
274 testTensorPool(ctx);
275 testResidual(ctx);
276 testHadamard(ctx);
277 testMatmul(ctx);
278 testGelu(ctx);
279 testLayerNorm(ctx);
280 testSoftmax(ctx);
281
282 LOG(kDefLog, kInfo, "Done with all tests");
283}

Callers

nothing calls this directly

Calls 9

createContextFunction · 0.85
testTensorPoolFunction · 0.85
testResidualFunction · 0.85
testHadamardFunction · 0.85
testMatmulFunction · 0.85
testGeluFunction · 0.85
testLayerNormFunction · 0.85
testSoftmaxFunction · 0.85
LOGFunction · 0.85

Tested by

no test coverage detected