[PR #9828] [CLOSED] Rocm wsl support conflicts #44314

Closed
opened 2026-04-24 23:48:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/9828
Author: @its-so-fluffy
Created: 3/17/2025
Status: Closed

Base: mainHead: rocm-wsl-support-conflicts


📝 Commits (6)

  • 36b63ef feat: add support for running ollama on rocm in wsl
  • 9e75f17 refactor: clean up gpu/amd_hip_*.go
  • b5bea09 Merge branch 'main' into rocm-wsl-support
  • fe25abe add build as gitignore
  • 231184a Merge remote-tracking branch 'ollamateam/main' into rocm-wsl-support-conflicts
  • eaa1ddc unnecessary error logs

📊 Changes

7 files changed (+372 additions, -114 deletions)

View changed files

📝 .gitignore (+2 -0)
discover/amd_hip_common.go (+23 -0)
discover/amd_hip_linux.go (+159 -0)
📝 discover/amd_hip_windows.go (+9 -22)
📝 discover/amd_linux.go (+176 -91)
📝 discover/gpu.go (+2 -1)
llm/llama.cpp (+1 -0)

📄 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/9828 **Author:** [@its-so-fluffy](https://github.com/its-so-fluffy) **Created:** 3/17/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `rocm-wsl-support-conflicts` --- ### 📝 Commits (6) - [`36b63ef`](https://github.com/ollama/ollama/commit/36b63efd007a284a062bece0cce17b10dc0d2def) feat: add support for running ollama on rocm in wsl - [`9e75f17`](https://github.com/ollama/ollama/commit/9e75f17e19800a91c75dffd620be79b95803a12b) refactor: clean up gpu/amd_hip_*.go - [`b5bea09`](https://github.com/ollama/ollama/commit/b5bea0994c851dd76eb20a5c74a93aac787beab2) Merge branch 'main' into rocm-wsl-support - [`fe25abe`](https://github.com/ollama/ollama/commit/fe25abed03f420e92917d22eabdcbb52582e2abf) add build as gitignore - [`231184a`](https://github.com/ollama/ollama/commit/231184afd846673c28b8dd96b57bcf0170f9fa19) Merge remote-tracking branch 'ollamateam/main' into rocm-wsl-support-conflicts - [`eaa1ddc`](https://github.com/ollama/ollama/commit/eaa1ddce9291abc7ad72c37cfd6f0139dd453509) unnecessary error logs ### 📊 Changes **7 files changed** (+372 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) ➕ `discover/amd_hip_common.go` (+23 -0) ➕ `discover/amd_hip_linux.go` (+159 -0) 📝 `discover/amd_hip_windows.go` (+9 -22) 📝 `discover/amd_linux.go` (+176 -91) 📝 `discover/gpu.go` (+2 -1) ➕ `llm/llama.cpp` (+1 -0) </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-24 23:48:50 -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#44314