提交 623477fd 编写于 作者: M Megvii Engine Team

refactor(megbrain): combine mc40 and mc20 compnode and change mc20 to ax

GitOrigin-RevId: bcef8c6f040b97de3b287f9cbc07cc06aea6fa17
上级 11556cba
......@@ -154,6 +154,12 @@ CompNode::Locator CompNode::Locator::parse(const std::string& id) {
// parse dev_type
if (ptr[0] == 'a') {
#if MGB_MC20
if (strncmp(ptr, "ax", 2) == 0) {
dev_type = DeviceType::AX;
ptr += 2;
} else {
#endif
if (strncmp(ptr, "atlas", 5)) {
err();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册