-
Notifications
You must be signed in to change notification settings - Fork 584
doc(pd): update document of CINN compiler #4673
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
📝 WalkthroughWalkthroughThis pull request updates the documentation in two areas. In Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant CLI
participant Trainer
User->>CLI: Enter training command (with/without "CINN=1")
CLI->>Trainer: Initiate training process
alt CINN enabled
Trainer-->>Trainer: Execute training with CINN optimizations
else Default
Trainer-->>Trainer: Execute standard training routines
end
Trainer-->>CLI: Return training status
CLI-->>User: Display training results
Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms (28)
🔇 Additional comments (3)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## devel #4673 +/- ##
==========================================
- Coverage 84.81% 84.81% -0.01%
==========================================
Files 692 692
Lines 66360 66360
Branches 3539 3539
==========================================
- Hits 56283 56282 -1
Misses 8937 8937
- Partials 1140 1141 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
update related document of CINN compiler
Summary by CodeRabbit
New Features
Documentation