-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
fix hip paddlenlp_ops bug #9418
Conversation
Thanks for your contribution! |
csrc/gpu/helper.h
Outdated
@@ -1,4 +1,4 @@ | |||
// Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved. | |||
// 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.
这个时间不可以改,下同
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #9418 +/- ##
===========================================
- Coverage 52.96% 52.85% -0.12%
===========================================
Files 676 676
Lines 107827 107827
===========================================
- Hits 57109 56990 -119
- Misses 50718 50837 +119 ☔ View full report in Codecov by Sentry. |
PR types
Bug fixes
PR changes
Others
Description
修复海光自定义算子编译bug