forked from jiuyuan/InfiniTensor
fix bang runtime bug after merging distributed branch (#137)
This commit is contained in:
parent
48ec730579
commit
8f2597a508
|
@ -67,6 +67,10 @@ class BangRuntimeObj : public RuntimeObj {
|
|||
CNRT_MEM_TRANS_DIR_PEER2PEER));
|
||||
}
|
||||
|
||||
void initComm(const string &, int, int) override { IT_TODO_HALT(); }
|
||||
|
||||
CommunicatorObj &getCommunicator() const override { IT_TODO_HALT(); }
|
||||
|
||||
private:
|
||||
void runWithoutSync(const Graph &graph, bool tune, bool profiling) const;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue