-
Notifications
You must be signed in to change notification settings - Fork 5.8k
【Hackathon 6th No.55】move dequantize_log to phi - part #63638
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
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
@@ -323,6 +323,15 @@ | |||
data_type : x | |||
backward : depthwise_conv2d_transpose_grad | |||
|
|||
- op : dequantize_log |
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.
需要注册到ops.yaml里,并且把fluid下.cc给删去
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.
paddle/fluid/pir/dialect/operator/ir/ops.yaml 那这里也配置下吧
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.
@@ -0,0 +1,25 @@ | |||
// Copyright (c) 2024 PaddlePaddle 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.
这个文件不是必须的吧
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.
在保留.cc文件的修改方法下,如果不配置这个会在编译时发生错误
…63638) * move dequantize_log to phi * fix typo * save the dequantize_log_op.cc * add the config in pir ops.yaml
PR Category
Others
PR Types
Others
Description
move dequantize_log to phi