已合并
Less/GreaterEqual删除多余配置 #3559
cai-chengchao创建于 6月25日
Less/GreaterEqual删除多余配置 #3559
已合并
cai-chengchao创建于 6月25日
2 个文件变更+0-2
Mmath/greater_equal/op_host/greater_equal_def.cpp+0-1
@@ -56,7 +56,6 @@ public:
56 .PrecisionReduceFlag(true)56 .PrecisionReduceFlag(true)
57 .ExtendCfgInfo("opFile.value", "greater_equal_apt");57 .ExtendCfgInfo("opFile.value", "greater_equal_apt");
58 this->AICore().AddConfig("ascend950", aicoreConfig);58 this->AICore().AddConfig("ascend950", aicoreConfig);
59- this->AICore().AddConfig("ascend910_55", aicoreConfig);
60 }59 }
61};60};
62 61 
Mmath/less/op_host/less_def.cpp+0-1
@@ -47,7 +47,6 @@ public:
47 .PrecisionReduceFlag(true)47 .PrecisionReduceFlag(true)
48 .ExtendCfgInfo("opFile.value", "less_apt");48 .ExtendCfgInfo("opFile.value", "less_apt");
49 this->AICore().AddConfig("ascend950", aicoreConfig);49 this->AICore().AddConfig("ascend950", aicoreConfig);
50- this->AICore().AddConfig("ascend910_55", aicoreConfig);
51 }50 }
52};51};
53 52