-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[CodeStyle][Typos][I-11] Fix typos(indexs
,Indexs
) (part 1)
#70809
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
indexs
,Indexs
) indexs
,Indexs
) (part 1)
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.
下个 PR 也不要太大,控制在 10 个文件左右,这个不是很好 review
paddle/cinn/adt/write_broadcast_disabled_bidirection_equation_generator.cc
Outdated
Show resolved
Hide resolved
paddle/cinn/adt/write_broadcast_disabled_bidirection_equation_generator.cc
Outdated
Show resolved
Hide resolved
@@ -76,15 +76,15 @@ inline void HOSTDEVICE IndexToCoordinate(const IntT index, | |||
} | |||
|
|||
template <typename IntT> | |||
inline void HOSTDEVICE IndexToCoordinate(const IntT* indexs, | |||
inline void HOSTDEVICE IndexToCoordinate(const IntT* index, |
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.
inline void HOSTDEVICE IndexToCoordinate(const IntT* index, | |
inline void HOSTDEVICE IndexToCoordinate(const IntT* indices, |
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.
这里下面有个indices了,改成t_indices可否?
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.
那这里就 index 吧,和上面的签名一致
@@ -76,15 +76,15 @@ inline void HOSTDEVICE IndexToCoordinate(const IntT index, | |||
} | |||
|
|||
template <typename IntT> | |||
inline void HOSTDEVICE IndexToCoordinate(const IntT* indexs, | |||
inline void HOSTDEVICE IndexToCoordinate(const IntT* index, |
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.
那这里就 index 吧,和上面的签名一致
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.
PR Category
User Experience
PR Types
Devs
Description
fixed:
indexs
fixed part:
Indexs
next PR will delete
indexs
intypos.toml
file