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

Method GetCVKernelBody

compiler/include/compiler/KernelGen/KernelGen.h:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 virtual std::string GetCVKernelSymbol(TContext*) const { return ""; };
86 virtual std::string GetCVKernelSignature(TContext*) const { return ""; };
87 virtual std::string GetCVKernelBody(TContext*) const { return ""; };
88
89 //! init gen
90 virtual std::string GetInitSymbol(TContext* context) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected