Skip to content

add Moore Threads MTT GPU supported#359

Open
xinye0123 wants to merge 4 commits intoDiorser:masterfrom
xinye0123:support_mtt_gpu
Open

add Moore Threads MTT GPU supported#359
xinye0123 wants to merge 4 commits intoDiorser:masterfrom
xinye0123:support_mtt_gpu

Conversation

@xinye0123
Copy link

image

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f1ae2c2621

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@xinye0123
Copy link
Author

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8e6e0a32c5

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


// ★★★ [新增] 11. 摩尔线程 GPU 回退逻辑 ★★★
// 如果 LHM 未检测到 GPU 数据,尝试从摩尔线程 MTML 获取
if (result == null && _mttGpuMonitor?.HasMttGpu == true)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Prefer MTML metrics when Moore Threads GPU is present

This condition only reads MTML data when result == null, so on systems where LibreHardwareMonitor still returns non-null GPU.* values for another adapter (for example an Intel iGPU), those values are kept even though the UI now uses Moore Threads naming via GetGpuName(). In that hybrid setup the panel can display a Moore Threads GPU label with telemetry from a different GPU, which corrupts reported GPU stats; MTML should be prioritized for GPU keys whenever HasMttGpu is true.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant