[PR #4876] [CLOSED] Intel GPU build support #42855

Closed
opened 2026-04-24 22:34:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/4876
Author: @dhiltgen
Created: 6/6/2024
Status: Closed

Base: mainHead: gpu_incremental_intel


📝 Commits (2)

  • 519000a Intel GPU build support
  • 0d278fe wip - windows intel gpu build

📊 Changes

7 files changed (+171 additions, -39 deletions)

View changed files

📝 .github/workflows/test.yaml (+61 -0)
📝 Dockerfile (+23 -0)
📝 docs/development.md (+9 -0)
📝 gpu/gpu.go (+31 -33)
📝 llm/generate/gen_windows.ps1 (+37 -4)
📝 scripts/build_windows.ps1 (+1 -1)
📝 scripts/rh_linux_deps.sh (+9 -1)

📄 Description

This enables linux, but still needs some more work to get it wired up to the Windows official builds.

Fixes #1590


🔄 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/4876 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 6/6/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `gpu_incremental_intel` --- ### 📝 Commits (2) - [`519000a`](https://github.com/ollama/ollama/commit/519000a02e0c7fd03fd840c61631fd42d1ff1dff) Intel GPU build support - [`0d278fe`](https://github.com/ollama/ollama/commit/0d278fe05b31aca3f70c28a2a3245eaecc01630f) wip - windows intel gpu build ### 📊 Changes **7 files changed** (+171 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yaml` (+61 -0) 📝 `Dockerfile` (+23 -0) 📝 `docs/development.md` (+9 -0) 📝 `gpu/gpu.go` (+31 -33) 📝 `llm/generate/gen_windows.ps1` (+37 -4) 📝 `scripts/build_windows.ps1` (+1 -1) 📝 `scripts/rh_linux_deps.sh` (+9 -1) </details> ### 📄 Description This enables linux, but still needs some more work to get it wired up to the Windows official builds. Fixes #1590 --- <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 22:34:46 -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#42855