-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix/snippets/dynamism/loop emitters #227
Fix/snippets/dynamism/loop emitters #227
Commits on Aug 21, 2024
-
Update GenAI NPU doc (openvinotoolkit#26060)
### Details: - *item1* - *...* ### Tickets: - *ticket-id* --------- Co-authored-by: Maciej Smyk <[email protected]> Co-authored-by: Karol Blaszczak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d84c2b5 - Browse repository at this point
Copy the full SHA d84c2b5View commit details -
Temporarily remove TF layer tests from required on ARM (openvinotoolk…
…it#26158) There are currently test failures
Configuration menu - View commit details
-
Copy full SHA for fdde9f1 - Browse repository at this point
Copy the full SHA fdde9f1View commit details -
[Snippets][CPU] Enabled dynamic MHA FP32 tokenization on x64 (openvin…
…otoolkit#25500) ### Details: - *The PR enables dynamic FP32 MHA tokenization on x64 platforms 🎉* - *`std::vector.resize()` which was used for buffer scratchpad allocation is very expensive operation due to default constructor of elements. This PR replace `std::vector.resize()` with CPU Node Scratchpad memory which can be shared between nodes. Also since each thread must have the own scratchpad memory, we allocated `size * threads_max` - however, in execution thread count can be less (depends on parallel work amount). Now we allocate only `size * n_threads` where `nthreads` is real count of working threads.* - *Fixed dimension K validation in `BrgemmBlocking` pass: one of inputs can have dynamic value of this dimension* - *Fixed `utils::broadcast_merge_dim()` and supported broadcasting of integer values in IterHandlers. Added unit tests for `utils::broadcast_merge_dim()`* ### Tickets: - *149900* ### Prerequisites: - [x] openvinotoolkit#25326 - [x] openvinotoolkit#25378 - [x] openvinotoolkit#25623 - [x] openvinotoolkit#25638 - [x] openvinotoolkit#25745 - [x] openvinotoolkit#25957 - [x] openvinotoolkit#25733
Configuration menu - View commit details
-
Copy full SHA for 54f58b8 - Browse repository at this point
Copy the full SHA 54f58b8View commit details -
[CPU] Fix debug assertion in oneDNN Matmul Brgemm kernel (openvinotoo…
…lkit#26087) ### Details: - OneDNN Matmul Brgemm kernel contains wrong debug assertion which lead to functional failurs on systems with avx2_vnni support. ### Tickets: - [CVS-149880](https://jira.devtools.intel.com/browse/CVS-149880)
Configuration menu - View commit details
-
Copy full SHA for f791099 - Browse repository at this point
Copy the full SHA f791099View commit details -
[OV JS] Remove extra assets from tests (openvinotoolkit#25712)
### Details: - Remove testing models from repository - Add `setup.js` script that will be called once to download testing models - Before running the suite check if model is downloaded, add top describe to *.test.js files ### Notes: Currently there is no global setup file for native [node test runner](nodejs/node#49732) as in other test runner e.g. [jest](https://jestjs.io/docs/configuration#globalsetup-string) ### Tickets: - [CVS-146345](https://jira.devtools.intel.com/browse/CVS-146345) --------- Co-authored-by: Vishniakov Nikolai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a07e2bc - Browse repository at this point
Copy the full SHA a07e2bcView commit details -
[CPU][ARM] Upgrade ACL to 24.08 (openvinotoolkit#26137)
- [x] Performance check ### Tickets: - [CVS-150178](https://jira.devtools.intel.com/browse/CVS-150178)
Configuration menu - View commit details
-
Copy full SHA for 3afad8d - Browse repository at this point
Copy the full SHA 3afad8dView commit details -
Move INFERENCE_PRECISION_HINT test to optional conformance for meta-p…
…lugin (openvinotoolkit#25598) ### Details: - *Move INFERENCE_PRECISION_HINT test to optional conformance for meta-plugin* ### Tickets: - *147702* --------- Co-authored-by: Chen Peter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f899d2 - Browse repository at this point
Copy the full SHA 6f899d2View commit details -
[CI] [GHA] Do not checkout latest oneDNN on U22 in nightly (openvinot…
…oolkit#26150) ### Details: - GPU tests are only enabled for U20. Checking out the latest oneDNN via https://github.com/openvinotoolkit/openvino/blob/0b8eb87e0efa9030be47d661fe94b3c8beb655fd/.github/workflows/job_build_linux.yml#L71 breaks the build on U22: [like this one](https://github.com/openvinotoolkit/openvino/actions/runs/10481070002/job/29030046664) and prevents other nightly tests from executing. - This PR limits the checkout of the latest oneDNN to U20 only. This will unblock the nightly tests that run on U22 for now. - Later, it might be better to separate the builds for GPU/other test jobs. ### Tickets: - *149805*
Configuration menu - View commit details
-
Copy full SHA for 407f0bc - Browse repository at this point
Copy the full SHA 407f0bcView commit details -
[GPU] Fix segfault in layer tests for onnx_tests.test_lstm.TestLSTM (o…
…penvinotoolkit#26159) ### Details: - This issue occurs after openvinotoolkit#26032 - Fix segfault in layer tests for onnx_tests.test_lstm.TestLSTM ### Tickets: - [CVS-150221](https://jira.devtools.intel.com/browse/CVS-150221)
Configuration menu - View commit details
-
Copy full SHA for 9d09d0a - Browse repository at this point
Copy the full SHA 9d09d0aView commit details -
[NPU] Fix ze_loader dependency (openvinotoolkit#26157)
### Details: Commit ad4eb09 introduced dynamic loading of ze_loader so that it is loaded only when really needed. Recent changes in `ZeroRemoteTensor` caused NPU plugin binary to import from ze_loader directly. This commit should fix that and the NPU binary should have no longer dependency on ze_loader. ### Tickets: - None
Configuration menu - View commit details
-
Copy full SHA for 9ef7e23 - Browse repository at this point
Copy the full SHA 9ef7e23View commit details -
Fixed pattern for patching TBB config files (openvinotoolkit#26167)
### Details: - To fix issues with tokenizers build - See openvinotoolkit/openvino_tokenizers#229
Configuration menu - View commit details
-
Copy full SHA for 50ffcbc - Browse repository at this point
Copy the full SHA 50ffcbcView commit details -
[Common FE] Document get_input_by_reference better (openvinotoolkit#2…
…6165) **Details:** Document get_input_by_reference better **Ticket:** TBD Signed-off-by: Kazantsev, Roman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28950f6 - Browse repository at this point
Copy the full SHA 28950f6View commit details -
Revert "Temporarily remove TF layer tests from required on ARM" (open…
…vinotoolkit#26169) Reverts openvinotoolkit#26158 Issue with TBB on ARM was fixed.
Configuration menu - View commit details
-
Copy full SHA for 711f060 - Browse repository at this point
Copy the full SHA 711f060View commit details -
[GPU] Enable fc 4d for MatMul (openvinotoolkit#24642)
### Details: - *Enable fc 4d for MatMul to calculate 4x2* ### Tickets: - *132334*
Configuration menu - View commit details
-
Copy full SHA for 1335be0 - Browse repository at this point
Copy the full SHA 1335be0View commit details -
[TF FE] Stabilize L2Loss layer tests on all platforms (openvinotoolki…
…t#26151) **Details:** Stabilize L2Loss layer tests on all platforms **Ticket:** 104863 --------- Signed-off-by: Kazantsev, Roman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abbf944 - Browse repository at this point
Copy the full SHA abbf944View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9472f7b - Browse repository at this point
Copy the full SHA 9472f7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ac7c04 - Browse repository at this point
Copy the full SHA 2ac7c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for e66bbb6 - Browse repository at this point
Copy the full SHA e66bbb6View commit details