未验证 提交 d294eef9 编写于 作者: 张春乔 提交者: GitHub

rm tools npu (#53870)

* rm tools npu

* Update get_pr_ut.py

* Update get_pr_ut.py
上级 79ce3fac
......@@ -402,11 +402,7 @@ class PRChecker:
if f_judge.endswith('.md'):
ut_list.append('md_placeholder')
onlyCommentsFilesOrXpu.append(f_judge)
elif (
'test/xpu' in f_judge
or 'tests/unittests/npu' in f_judge
or 'op_npu.cc' in f_judge
):
elif 'test/xpu' in f_judge:
ut_list.append('xpu_npu_placeholder')
onlyCommentsFilesOrXpu.append(f_judge)
elif f_judge.endswith(('.h', '.cu', '.cc', '.py')):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册