fix(turboquant): supersede stale dependency bump#11064
Open
localai-org-maint-bot wants to merge 2 commits into
Open
fix(turboquant): supersede stale dependency bump#11064localai-org-maint-bot wants to merge 2 commits into
localai-org-maint-bot wants to merge 2 commits into
Conversation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
The updated fork now carries its own HIP-safe peer-copy path, so the old hunk no longer applies. Keep only the event-creation compatibility change that the fork still needs. Assisted-by: Codex:gpt-5 [Codex]
Collaborator
Author
|
@mudler the superseding PR is open and the code checks are running, but DCO is |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes #10235 as requested by @mudler.
This carries the TurboQuant update to
c26cbdffcf6fc9b7430cd6b117757e9a3f70b7eaand refreshes the HIP compatibility patch for that exact revision. The fork now includes the HIP/MUSA-safe peer-copy path, so that obsolete hunk is removed; the still-required event-creation compatibility hunk is retained at its new location.Verification:
git apply --check backend/cpp/turboquant/patches/*.patchapply-patches.shapplied the complete patch series cleanlycudaEventCreateWithFlags(..., cudaEventDisableTiming)git diff --checkThe original PR head is fork-owned and could not accept the patch refresh directly.