Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run_qa.py add xpu chioce of device,*test=kunlun #3046

Merged
merged 2 commits into from
Aug 16, 2022

Conversation

dongfangshenzhu
Copy link
Contributor

PR types

Others

PR changes

Others

Description

qa任务中device选项添加xpu

@CLAassistant
Copy link

CLAassistant commented Aug 15, 2022

CLA assistant check
All committers have signed the CLA.

@@ -132,7 +132,7 @@ def parse_args():
help="random seed for initialization")
parser.add_argument(
'--device',
choices=['cpu', 'gpu'],
choices=['cpu', 'gpu','xpu'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

代码没过yapf,目前不符合coding style规范。
gpu逗号后面应该有个空格。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好的

@ZeyuChen ZeyuChen merged commit 56a8957 into PaddlePaddle:develop Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants