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

Method GetPriority

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

Source from the content-addressed store, hash-verified

74struct KernelFunc {
75 virtual bool IsAvailable(TContext* context) const = 0;
76 virtual KernelPriority GetPriority() const { return KernelPriority::NORMAL; }
77 //! kernel gen
78 virtual std::string GetKernelSymbol(TContext* context) const = 0;
79 virtual std::string GetKernelSignature(TContext* context) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected