-
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
Update CUDNN Frontend API to v0.9.1 #54949
Conversation
- Remove old patches - Remove workarounds that are no longer needed
你的PR提交成功,感谢你对开源项目的贡献! |
@tianshuo78520a It seems that |
@tianshuo78520a has confirmed that |
Sorry to inform you that 1e1462a's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
The pipelines have passed 7 days and need rerun. @tianshuo78520a Could you help rerun |
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. 有些小疑问,可以下个PR看下
|
||
auto it = local_map.find(GetExtendedFeature(feature, handle)); | ||
if (it == local_map.end()) { | ||
PADDLE_THROW(phi::errors::InvalidArgument( |
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_ENFORCE_NE(it, local_map.end(), ...)
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修改
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.
Fixed at #55026
const cudnn_frontend::OperationGraph& op_graph, | ||
cudnnHandle_t handle, | ||
bool use_addto = false) { | ||
void GetPlan(const cudnn_frontend::feature_vector_t &feature, |
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.
GetPlan
-> GetPlanAndWorkspaceSize
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修改
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.
Fixed at #55026
* Update CUDNN Frontend API to v0.9.1 - Remove old patches - Remove workarounds that are no longer needed * Fix test_switch_autotune
* Update CUDNN Frontend API to v0.9.1 - Remove old patches - Remove workarounds that are no longer needed * Fix test_switch_autotune
…2.5' [cherry-pick] Update CUDNN Frontend API to v0.9.1 (PaddlePaddle#54949) See merge request dl/paddle/paddle!238 (cherry picked from commit bc0a7755a15cc493d7cc909bcdd4d64946584465) 68e79afb Update CUDNN Frontend API to v0.9.1 (PaddlePaddle#54949)
PR types
Function optimization
PR changes
Others
Description