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

Method IsCVAvailable

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

cv gen

Source from the content-addressed store, hash-verified

82 virtual std::string GetKernelBody(TContext* context) const = 0;
83 //! cv gen
84 virtual bool IsCVAvailable(TContext*) const { return false; };
85 virtual std::string GetCVKernelSymbol(TContext*) const { return ""; };
86 virtual std::string GetCVKernelSignature(TContext*) const { return ""; };
87 virtual std::string GetCVKernelBody(TContext*) const { return ""; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected