lukewongis163

Results 3 issues of lukewongis163

1.构建graph; 2.graph.run(); graph在运行过程中,如何取消,比如发送eof?

bug
enhancement

1.docker pull babitmf/bmf_runtime:latest; 2.nvidia-smi +-----------------------------------------------------------------------------+ | NVIDIA-SMI 460.84 Driver Version: 460.84 CUDA Version: 11.2 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp...

1.阅读一些测试代码,发下有些资源找不到,请问哪里可以获取到这些资源? 比如test_graph.cpp中dynamic_add函数"../files/dynamic_add.json" TEST(graph, dynamic_add) { BMFLOG_SET_LEVEL(BMF_INFO); time_t time1 = clock(); std::string config_file = "../files/graph_dyn.json"; std::string dyn_config_file = "../files/dynamic_add.json"; GraphConfig graph_config(config_file); GraphConfig dyn_config(dyn_config_file); std::map pre_modules; std::map callback_bindings; std::shared_ptr graph = std::make_shared(graph_config,...