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

为paddle.less_than支持int8 #58282

Closed
jjyaoao opened this issue Oct 20, 2023 · 0 comments
Closed

为paddle.less_than支持int8 #58282

jjyaoao opened this issue Oct 20, 2023 · 0 comments
Assignees
Labels
PFCC Paddle Framework Contributor Club,https://github.com/PaddlePaddle/community/tree/master/pfcc status/close 已关闭 type/question 用户提问

Comments

@jjyaoao
Copy link
Contributor

jjyaoao commented Oct 20, 2023

请提出你的问题 Please ask your question

在实现的过程中,精度注册部分,已经在
paddle/phi/kernels/cpu/compare_kernel.cc
paddle/phi/kernels/kps/compare_kernel.cu
python/paddle/tensor/logic.py
进行注册,然而单侧测试的时候CI报错
UnimplementedError: There are no kernels which are registered in the less_than operator.
2023-10-20 13:14:34 [Hint: Expected kernels_iter != all_op_kernels.end(), but received kernels_iter == all_op_kernels.end().] (at /paddle/paddle/fluid/framework/operator.cc:2251)
推测可能是由于部分注册位置尚未找全,请问还有没有遗漏的部分呢
相关pr链接为:#58209

@paddle-bot paddle-bot bot added the PFCC Paddle Framework Contributor Club,https://github.com/PaddlePaddle/community/tree/master/pfcc label Oct 20, 2023
@Ligoml Ligoml assigned luotao1 and unassigned lugimzzz Oct 24, 2023
@Ligoml Ligoml added status/developing 开发中 and removed status/new-issue 新建 labels Oct 24, 2023
@luotao1 luotao1 closed this as completed Jan 29, 2024
@paddle-bot paddle-bot bot added status/close 已关闭 and removed status/developing 开发中 labels Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PFCC Paddle Framework Contributor Club,https://github.com/PaddlePaddle/community/tree/master/pfcc status/close 已关闭 type/question 用户提问
Projects
None yet
Development

No branches or pull requests

4 participants