-
Notifications
You must be signed in to change notification settings - Fork 40
feat: [GPU] Add feature for GPU. #494
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
feat: [GPU] Add feature for GPU. #494
Conversation
-- improve loop performance and reduce stuttering. Log: add feature for GPU. Task: https://pms.uniontech.com/task-view-378987.html
Reviewer's GuideThis PR removes a redundant debug log and switches to const iterators in DeviceBaseInfo to improve loop performance and reduce stuttering. Class diagram for updated DeviceBaseInfo iterationclassDiagram
class DeviceBaseInfo {
QMap<QString, QString> m_MapOtherInfo
QList<QPair<QString, QString>> m_LstOtherInfo
void mapInfoToList()
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
deepin pr auto review代码审查意见:
总体来说,代码的改动是合理的,没有发现明显的语法或逻辑错误。但是,建议保持代码注释的更新,以便于维护和理解。 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: GongHeng2017, max-lvs The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/forcemerge |
|
This pr force merged! (status: unstable) |
b95f55c
into
linuxdeepin:develop/eagle
-- improve loop performance and reduce stuttering.
Log: add feature for GPU.
Task: https://pms.uniontech.com/task-view-378987.html
Summary by Sourcery
Optimize DeviceBaseInfo loop iteration by using const iterators and remove redundant debug logging to improve performance and reduce stuttering
Enhancements: