| 52 | std::string DeltaKernel::getName() const { return s_info.name; } |
| 53 | |
| 54 | DeltaKernel::DeltaKernel() : m_detail(false), m_allDims(false) |
| 55 | {} |
| 56 | |
| 57 | |
| 58 | void DeltaKernel::addSwitches(ProgramArgs& args) |
nothing calls this directly
no outgoing calls
no test coverage detected