Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

opencl: fix fused RMS norm mul view offset#26085

Open
happyyzy wants to merge 1 commit into
ggml-org:masterggml-org/llama.cpp:masterfrom
happyyzy:agent/opencl-fix-rms-norm-mul-view-offsethappyyzy/llama.cpp:agent/opencl-fix-rms-norm-mul-view-offsetCopy head branch name to clipboard
Open

opencl: fix fused RMS norm mul view offset#26085
happyyzy wants to merge 1 commit into
ggml-org:masterggml-org/llama.cpp:masterfrom
happyyzy:agent/opencl-fix-rms-norm-mul-view-offsethappyyzy/llama.cpp:agent/opencl-fix-rms-norm-mul-view-offsetCopy head branch name to clipboard

Conversation

@happyyzy

Copy link
Copy Markdown
Contributor

Overview

This change fixes an incorrect input address in the fused OpenCL RMS_NORM -> MUL path.

The offset for the second multiplication input, src1, was incorrectly calculated using src0->view_offs. It now correctly uses src1->view_offs.

@happyyzy
happyyzy requested a review from a team as a code owner July 24, 2026 16:52
@github-actions github-actions Bot added ggml changes relating to the ggml tensor library for machine learning OpenCL Issues specific to the OpenCL backend labels Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ggml changes relating to the ggml tensor library for machine learning OpenCL Issues specific to the OpenCL backend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.