[PR #4782] [CLOSED] Added messages confirming arm64 support (NEON and SVE) #11589

Closed
opened 2026-04-12 23:32:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/4782
Author: @bindatype
Created: 6/2/2024
Status: Closed

Base: mainHead: add_asimd_msg


📝 Commits (1)

  • 6ab6a90 Added messages confirming arm64 support (NEON and SVE) to go along with AVX messages.

📊 Changes

1 file changed (+13 additions, -1 deletions)

View changed files

📝 gpu/cpu_common.go (+13 -1)

📄 Description

Added messages confirming arm64 support (NEON and SVE) to go along with AVX messages in gpu/cpu_common.go. Currently, only AVX is checked but that doesn't apply to arm64 builds and the default message CPU does not have vector extensions is displayed even if there is NEON or SVE support. This fix addresses that issue.

OLLAMA_CUSTOM_CPU_DEFS="-DLLAMA_NATIVE=on -DLLAMA_NEON=on -DLLAMA_SVE=on" go generate ./...


🔄 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/4782 **Author:** [@bindatype](https://github.com/bindatype) **Created:** 6/2/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add_asimd_msg` --- ### 📝 Commits (1) - [`6ab6a90`](https://github.com/ollama/ollama/commit/6ab6a9029398376e56cdb4af70317d87f17f774a) Added messages confirming arm64 support (NEON and SVE) to go along with AVX messages. ### 📊 Changes **1 file changed** (+13 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `gpu/cpu_common.go` (+13 -1) </details> ### 📄 Description Added messages confirming arm64 support (NEON and SVE) to go along with AVX messages in gpu/cpu_common.go. Currently, only AVX is checked but that doesn't apply to arm64 builds and the default message `CPU does not have vector extensions` is displayed even if there is NEON or SVE support. This fix addresses that issue. OLLAMA_CUSTOM_CPU_DEFS="-DLLAMA_NATIVE=on -DLLAMA_NEON=on -DLLAMA_SVE=on" go generate ./... --- <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-12 23:32:57 -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#11589