未验证 提交 5d8c4504 编写于 作者: T Tony Cao 提交者: GitHub

[CodeStyle][F601] Remove repeated keys and only keep the last (#46719)

* Update README.md

* Update README.md

* Fix F601: only keep the last key among the same names
上级 c11a92c7
......@@ -50,12 +50,6 @@ with section("parse"):
"DEPS": '*',
}
},
"hip_library": {
"kwargs": {
"SRCS": '*',
"DEPS": '*',
}
},
"xpu_library": {
"kwargs": {
"SRCS": '*',
......@@ -68,12 +62,6 @@ with section("parse"):
"DEPS": '*',
}
},
"hip_library": {
"kwargs": {
"SRCS": '*',
"DEPS": '*',
}
},
"go_library": {
"kwargs": {
"SRCS": '*',
......
......@@ -57,7 +57,6 @@ class TestIpuStrategy(unittest.TestCase):
options = {
'cache_path': 'paddle_cache',
'log_dir': 'paddle_log',
'partials_type_matmuls': 'half',
'partials_type_matmuls': 'float',
}
ipu_strategy.set_options(options)
......
......@@ -289,7 +289,6 @@ class XPUTestPool2D_Op(XPUOpTestWrapper):
'global_pooling': self.global_pool,
'use_cudnn': self.use_cudnn,
'use_mkldnn': self.use_mkldnn,
'ceil_mode': self.ceil_mode,
'data_format': self.data_format,
'exclusive': self.exclusive,
'adaptive': self.adaptive,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册