-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[Protopipe] Reshape support for ONNXRT backend #34360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 8 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
291ea73
Reshape support
atamas19 b6bc436
Modified README
atamas19 73fb7a8
Implemented suggestion
atamas19 85a0f50
Reshape support
atamas19 18ece96
Modified README
atamas19 dfcd6e3
Implemented suggestion
atamas19 13bf3c2
Fixed copyright issue
atamas19 290fdd4
Merge branch 'Onnxrt_reshape_support' of https://github.com/atamas19/…
atamas19 66f63e6
Restored simulation.cpp
atamas19 f8f5602
Merge branch 'master' into Onnxrt_reshape_support
atamas19 5358c97
Merge branch 'master' into Onnxrt_reshape_support
atamas19 5abd3f7
Merge branch 'master' into Onnxrt_reshape_support
atamas19 980ba48
Merge branch 'master' into Onnxrt_reshape_support
atamas19 6db98da
Merge branch 'master' into Onnxrt_reshape_support
atamas19 b8e0674
Merge branch 'master' into Onnxrt_reshape_support
atamas19 29f7c6e
Reshape support
atamas19 3a5a106
Modified README
atamas19 19af618
Implemented suggestion
atamas19 09665d0
Fixed copyright issue
atamas19 4e73f1f
Reshape support
atamas19 3431fb4
Implemented suggestion
atamas19 f47c093
[TRANSFORMATIONS] Align fused SDPA output (#34097)
mryzhov 82fdd41
[NPU] Update README with CIP related info (#34439)
PatrikStepan da5ffe4
Bump babel from 2.17.0 to 2.18.0 (#33928)
dependabot[bot] faf31f5
Bump pytz from 2022.7 to 2026.1.post1 (#34458)
dependabot[bot] cc5e122
Bump imagesize from 1.4.1 to 1.5.0 (#34459)
dependabot[bot] f88690b
[CI] [GHA] Periodically clean HF cache on Windows (#34224)
akashchi b7adfe4
[ONNX FE] Convert ONNX Attention op directly to SDPA instead of using…
evkotov 0a63c6e
[NPU] Extend match pattern for `position_ids` (#33994)
mengweiguo 6ae1a01
[NPU] Avoid loading the compiler library in model_import() (#34392)
pereanub c1dbd31
[PyOV] Bump pybind to 3.0.2 and fix new issues (#34468)
p-wysocki da66626
[pyapi] Fix create ov::Tensor from numpy scalar and shape (#34453)
praasz 88bdb4e
[LPT] FQStripping transformation rework (#33989)
v-Golubev f013b81
Fix MVNFusion logic for handling square operation with self-multiply …
Prithviraj-R 5dfc8e4
[chore] Add more DNS-related error patterns to workflow rerunner (#34…
ababushk 0c5b7fe
Update latency mode threading on Pcore + LP Ecore platform (#33931)
wangleis 35f730f
[NPUW] Replacing longrope pattern with precalculated values (#33011)
AlexanderKalistratov 38c663e
[NPU] Add internal support for ENABLE_WEIGHTLESS (#34460)
PatrikStepan 96681a5
[NPUW][VLM] Transformers 4.57.6 Gemma sliding mask fix (#34424)
AlexanderKalistratov 3a4fb14
[NPU] Use llvm as key work to detect new format of blob (#34448)
XinWangIntel fe2576a
UD2026.08 NPU Compiler integration (#34465)
Maxim-Doronin 3cd41bb
[NPU] Adding support for is_property_supported() plugin method (#34464)
pereanub ef11b25
[GPU] Extend in-place crop optimization to support batch-axis split w…
andrew-k-park c9fa398
[PyOV] Update Python API stub files (#34500)
sys-openvino-ci eec5d9d
[GPU] Fix register spill in paged_attention_opt single-token kernel (…
andrew-k-park d7aa6d3
[GPU] ConvertMOEToMOECompressed: keep precisions consistency after MO…
v-Golubev 787b45b
Fix SDL429: preserve /guard:cf linker flag for ov_node_addon (#34234)
mlukasze 71fb20c
Memcheck Windows GPU memory sampling (#33800)
culhatsker 2c801f6
[PT FE] Support scalar (rank-0) input for aten::log_softmax and aten:…
evkotov 0a59c85
[TFL FE] Add bounds checking in sparse tensor deserialization (#34073)
evkotov b39bf20
[NPUW] Use avoids patterns for kokoro fp32 subgraphs offloading to CP…
sshumihi ee4683e
Merge branch 'Onnxrt_reshape_support' of https://github.com/atamas19/…
atamas19 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| #pragma once | ||
|
|
||
| #define APP_VERSION "v1.2.2-@GIT_SHA@" | ||
| #define APP_VERSION "v1.2.3-@GIT_SHA@" |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.