You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DOCS] Dependencies and Building for OpenVINO GenAI article for master (#25908)
Adding information on the OpenVINO GenAI Dependencies and ref-link to
the GenAI building in user docs.
Added a new pattern in pattern matcher
[CPU] Avoid rounding to zero for Reduce node in quantized models (#25766)
- *If the Reduce node has both input and output precision to be integers
from the original model, then rounding to zero should be done before
converting intermediate floating point value to integer.*
- *However, if such integer precisions are resulted from quantization,
then we should not do such rounding, in order to maintain accuracy.*
- *Add corresponding test cases.*
- *CVS-147352*
Correct clang format issues
Tried to resolve the segmentation fault
Corrected clang format error
Tried to correct segmentation fault
Removed std::move
Using std::move with much more caution
Correct clang format issues
Corrected clang format error
Tried to correct segmentation fault
Removed std::move
Using std::move with much more caution
Modified comments
Change index precision from `i64` to `i32` in MaxPool14 to MaxPool8 downgrade transformation (#25514)
- CVS-146277
[DOCS] Corrected build guides in docs. (#25922)
- Corrected build guides in docs.
-
[NPU] Disable MCL in case of UD28 (#25903)
- *The UD28 Windows driver version doesn't support as expected the
MutableCommandList feature - just disable this feature from the plugin
in case this driver is used*
- *EISW-133845*
[GPU] Bugfix reorder for byfx format (#25782)
+ Reorder returns OOR error while handling byfx from a fused permute
parent
- *item1*
- *...*
- CVS-147330
---------
Signed-off-by: Min, Byung-il <byungil.min@intel.com>
0 commit comments