Skip to content

vulkan: combine duplicated fastdiv functions, rename the one optimizing small divs - #27526

Merged
ggerganov merged 2 commits into
ggml-org:masterfrom
jeffbolznv:fastdiv_cleanup
Aug 29, 2026
Merged

vulkan: combine duplicated fastdiv functions, rename the one optimizing small divs#27526
ggerganov merged 2 commits into
ggml-org:masterfrom
jeffbolznv:fastdiv_cleanup

Conversation

@jeffbolznv

Copy link
Copy Markdown
Contributor

Overview

We had copy/pasted a few copies of this function due to a naming conflict. Rename, and have one copy of each fastdiv optimization.

Requirements

  • I have read and agree with the contributing guidelines
  • AI usage disclosure: YES, simple refactor, told codex what to do.

@jeffbolznv
jeffbolznv requested a review from a team as a code owner August 22, 2026 02:21
@github-actions github-actions Bot added Vulkan Issues specific to the Vulkan backend ggml changes relating to the ggml tensor library for machine learning labels Aug 22, 2026
@0cc4m

0cc4m commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

I suppose this needs to be rebased for #26686 ?

@jeffbolznv

Copy link
Copy Markdown
Contributor Author

Rebased and removed the new copy of fastdiv.

@0cc4m 0cc4m added the merge ready A maintainer can use this label to indicate that they consider the changes final and ready to merge. label Aug 28, 2026
@ggerganov
ggerganov merged commit c9ca51c into ggml-org:master Aug 29, 2026
19 of 21 checks passed
fewtarius pushed a commit to fewtarius/CachyLLama that referenced this pull request Sep 5, 2026
…ng small divs (ggml-org#27526)

* vulkan: combine duplicated fastdiv functions, rename the one optimizing small divs

* remove one more fastdiv
thecodacus pushed a commit to thecodacus/llama.cpp that referenced this pull request Sep 7, 2026
…ng small divs (ggml-org#27526)

* vulkan: combine duplicated fastdiv functions, rename the one optimizing small divs

* remove one more fastdiv
Githab-capibara added a commit to Githab-capibara/llama.cpp that referenced this pull request Sep 10, 2026
…ng small divs (ggml-org#27526)

* vulkan: combine duplicated fastdiv functions, rename the one optimizing small divs

* remove one more fastdiv
zbrad pushed a commit to zbrad/llama.cpp that referenced this pull request Sep 10, 2026
…ng small divs (ggml-org#27526)

* vulkan: combine duplicated fastdiv functions, rename the one optimizing small divs

* remove one more fastdiv
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 merge ready A maintainer can use this label to indicate that they consider the changes final and ready to merge. Vulkan Issues specific to the Vulkan backend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants