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

Method IsAvailable

compiler/lib/KernelGen/BareMetal/Concat.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace BareMetal {
9
10bool ConcatKernel::IsAvailable(TContext* context) const {
11 return true;
12}
13//! kernel gen
14std::string ConcatKernel::GetKernelSymbol(TContext* context) const {
15 std::stringstream ss;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected