[PR #11187] [MERGED] ci: rocm parallel builds on windows #18739

Closed
opened 2026-04-16 06:44:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/11187
Author: @dhiltgen
Created: 6/24/2025
Status: Merged
Merged: 6/24/2025
Merged by: @dhiltgen

Base: mainHead: rocm_build


📝 Commits (1)

  • 5bb0b20 ci: rocm parallel builds on windows

📊 Changes

3 files changed (+11 additions, -4 deletions)

View changed files

📝 .github/workflows/release.yaml (+3 -1)
📝 .github/workflows/test.yaml (+1 -1)
📝 scripts/build_windows.ps1 (+7 -2)

📄 Description

The preset CMAKE_HIP_FLAGS isn't getting used on Windows. This passes the parallel flag in through the C/CXX flags, along with suppression for some log spew warnings to quiet down the build.


🔄 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/11187 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 6/24/2025 **Status:** ✅ Merged **Merged:** 6/24/2025 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `rocm_build` --- ### 📝 Commits (1) - [`5bb0b20`](https://github.com/ollama/ollama/commit/5bb0b200e6cf20f7fe255d49c94ad4a2e8b46923) ci: rocm parallel builds on windows ### 📊 Changes **3 files changed** (+11 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yaml` (+3 -1) 📝 `.github/workflows/test.yaml` (+1 -1) 📝 `scripts/build_windows.ps1` (+7 -2) </details> ### 📄 Description The preset CMAKE_HIP_FLAGS isn't getting used on Windows. This passes the parallel flag in through the C/CXX flags, along with suppression for some log spew warnings to quiet down the build. --- <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-16 06:44:52 -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#18739