| 8 | namespace BareMetal { |
| 9 | |
| 10 | bool ConcatKernel::IsAvailable(TContext* context) const { |
| 11 | return true; |
| 12 | } |
| 13 | //! kernel gen |
| 14 | std::string ConcatKernel::GetKernelSymbol(TContext* context) const { |
| 15 | std::stringstream ss; |
nothing calls this directly
no outgoing calls
no test coverage detected