Qwen35moe perf - #312
Draft
wine99 wants to merge 12 commits into
Draft
Qwen35moe perf#312wine99 wants to merge 12 commits into
wine99 wants to merge 12 commits into
Conversation
Closed
ravi9
force-pushed
the
dev_backend_openvino
branch
from
September 14, 2026 17:49
37b4e1d to
926ef68
Compare
wine99
force-pushed
the
dev_backend_openvino
branch
from
September 16, 2026 08:07
0365b00 to
37b53fd
Compare
…tputs (break parallel sequence)
Node count and the two end node names identify a graph during inference. Building the external-input name list walks every node and every src slot, which costs several ms per token on a 41-layer model. Keep the precise key behind GGML_OPENVINO_FULL_GRAPH_KEY for op tests, which run many small graphs that can share a node count and end names. Assisted-by: Claude Opus 5
Nothing in the backend references an __itt symbol and the build system does not look for the ITT headers, so the include only breaks the build. Assisted-by: Claude Opus 5
wine99
force-pushed
the
qwen35moe_perf
branch
from
September 16, 2026 08:40
1a6611f to
d12c589
Compare
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.
No description provided.