MCPcopy Create free account
hub / github.com/MegEngine/MegCC / GetKernelSymbol

Method GetKernelSymbol

compiler/lib/KernelGen/BareMetal/MatrixInv.cpp:22–26  ·  view source on GitHub ↗

kernel gen

Source from the content-addressed store, hash-verified

20
21//! kernel gen
22std::string MatrixInvKernel::GetKernelSymbol(TContext* context) const {
23 std::stringstream ss;
24 ss << "kernel_matrix_inv_f32";
25 return ss.str();
26}
27
28std::string MatrixInvKernel::GetWorkspaceBody(TContext* context) const {
29 std::stringstream ss;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected