Document cuda-preprocess in the library feature table - #419
Conversation
Signed-off-by: Onuralp SEZER <onuralp@ultralytics.com>
|
👋 Hello @onuralpszr, thank you for submitting a
For more guidance, please refer to our Contributing Guide. Don't hesitate to leave a comment if you have any questions. Thank you for contributing to Ultralytics! 🚀 |
UltralyticsAssistant
left a comment
There was a problem hiding this comment.
🔍 PR Review
Made with ❤️ by Ultralytics Actions
Reviewed the src/lib.rs crate documentation feature table and verified the cuda-preprocess feature name and description against Cargo.toml, README files, and existing CUDA documentation. The change is accurate, minimal, and introduces no behavioral risk. LGTM.
|
🎉 This PR has been merged—thank you @onuralpszr!
Your focused documentation update brings the |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
The
cuda-preprocessfeature is listed inCargo.toml,README.md, andREADME.zh-CN.md, but was missing from the feature table in the crate docs.🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Updated the crate documentation feature table to include the existing
cuda-preprocessfeature and describe its GPU preprocessing capability.📊 Key Changes
cuda-preprocessto the feature table insrc/lib.rs.TensorRTinput.🎯 Purpose & Impact
Cargo.toml,README.md, andREADME.zh-CN.md.