-
Notifications
You must be signed in to change notification settings - Fork 526
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
OP pt: add contiguous in grad output #3917
Conversation
WalkthroughWalkthroughThe recent update made to the Changes
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Additional comments not posted (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## devel #3917 +/- ##
==========================================
- Coverage 82.72% 82.72% -0.01%
==========================================
Files 519 519
Lines 50515 50516 +1
Branches 3015 3015
==========================================
- Hits 41791 41789 -2
- Misses 7788 7791 +3
Partials 936 936 ☔ View full report in Codecov by Sentry. |
deepmodeling#3910 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Bug Fixes** - Improved tensor handling in the `Border` class to ensure proper memory management and performance by making tensors contiguous. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
#3910
Summary by CodeRabbit
Border
class to ensure proper memory management and performance by making tensors contiguous.