[PR #11083] [CLOSED] Support Moore Threads GPU #23974

Closed
opened 2026-04-19 17:18:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/11083
Author: @yeahdongcn
Created: 6/16/2025
Status: Closed

Base: mainHead: xd/musa


📝 Commits (1)

  • f54b12b Support Moore Threads GPU

📊 Changes

21 files changed (+1462 additions, -18 deletions)

View changed files

📝 CMakeLists.txt (+30 -0)
📝 CMakePresets.json (+21 -0)
📝 Dockerfile (+30 -1)
📝 LICENSE (+11 -0)
📝 discover/gpu.go (+344 -6)
📝 discover/gpu_info.h (+4 -1)
discover/gpu_info_mtml.c (+141 -0)
discover/gpu_info_mtml.h (+48 -0)
discover/gpu_info_mtmusa.c (+249 -0)
discover/gpu_info_mtmusa.h (+69 -0)
discover/gpu_info_musart.c (+186 -0)
discover/gpu_info_musart.h (+140 -0)
📝 discover/gpu_info_nvml.c (+1 -1)
📝 discover/gpu_linux.go (+23 -0)
📝 discover/gpu_test.go (+1 -1)
📝 discover/gpu_windows.go (+11 -0)
discover/musa_common.go (+26 -0)
📝 discover/types.go (+9 -0)
📝 ml/backend/ggml/ggml/.rsync-filter (+1 -0)
ml/backend/ggml/ggml/src/ggml-musa/CMakeLists.txt (+107 -0)

...and 1 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/11083 **Author:** [@yeahdongcn](https://github.com/yeahdongcn) **Created:** 6/16/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `xd/musa` --- ### 📝 Commits (1) - [`f54b12b`](https://github.com/ollama/ollama/commit/f54b12b59a77931cbc60039780cb46872fea42c6) Support Moore Threads GPU ### 📊 Changes **21 files changed** (+1462 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+30 -0) 📝 `CMakePresets.json` (+21 -0) 📝 `Dockerfile` (+30 -1) 📝 `LICENSE` (+11 -0) 📝 `discover/gpu.go` (+344 -6) 📝 `discover/gpu_info.h` (+4 -1) ➕ `discover/gpu_info_mtml.c` (+141 -0) ➕ `discover/gpu_info_mtml.h` (+48 -0) ➕ `discover/gpu_info_mtmusa.c` (+249 -0) ➕ `discover/gpu_info_mtmusa.h` (+69 -0) ➕ `discover/gpu_info_musart.c` (+186 -0) ➕ `discover/gpu_info_musart.h` (+140 -0) 📝 `discover/gpu_info_nvml.c` (+1 -1) 📝 `discover/gpu_linux.go` (+23 -0) 📝 `discover/gpu_test.go` (+1 -1) 📝 `discover/gpu_windows.go` (+11 -0) ➕ `discover/musa_common.go` (+26 -0) 📝 `discover/types.go` (+9 -0) 📝 `ml/backend/ggml/ggml/.rsync-filter` (+1 -0) ➕ `ml/backend/ggml/ggml/src/ggml-musa/CMakeLists.txt` (+107 -0) _...and 1 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-19 17:18:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#23974