-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Metal] fix_split #7466
[Metal] fix_split #7466
Conversation
Thanks for your contribution! |
@@ -1,4 +1,4 @@ | |||
/* Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. | |||
/* Copyright (c) 2021 ftypeaddleftypeaddle Authors. All Rights Reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里修改一下
r[0] = 0; | ||
r[1] = 0; | ||
r[2] = 0; | ||
r[3] = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ftype4 r = 0,可以写简洁点
r[0] = 0; | ||
r[1] = 0; | ||
r[2] = 0; | ||
r[3] = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同上
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
【Metal】合并split 宏定义 重写split