MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / update_ctrl_seq

Method update_ctrl_seq

src/include/npu_utils/npu_utils.hpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187
188
189 void update_ctrl_seq(){
190 assert(this->ctrl_seq != nullptr);
191 this->_setup_kernel();
192 }
193
194 void load_elf(std::string elf_name){
195 this->ctrl_seq->clear_cmds();

Callers

nothing calls this directly

Calls 1

_setup_kernelMethod · 0.95

Tested by

no test coverage detected