Egor Duplenskii

Results 23 issues of Egor Duplenskii

Display additional information, such as remote branch, commit sha, tag, commit subject when selecting magit revisions

I am implementing ivy-rich support for magit's ivy commands (mostly revision selection). Would such pull request be acceptable for the project or I better to create a separate package?

**Is your feature request related to a problem? Please describe.** Currently it is not possible to use encrypted cert key when running websockify via utils/launch.sh **Describe the solution you'd like**...

feature
patchwelcome

taking into account recent changes: - Matmul also supports bias fusion - There is no reshape after FC node since corresponding transformation was removed Also bias fusing should be checked...

Moving to the recent oneDNN 2.7 release oneDNN branch: - https://github.com/openvinotoolkit/oneDNN/tree/v2.7_for_ie_master

category: CPU
do not merge

To reduce infer overhead

category: CPU

### Details: - By combining move and execute into single function, so isExecutable() check is performed only once - It turned out isExecutable() check is not that lightweight. For some...

category: CPU

### Details: - To reduce Infer overhead - The new flow is: 1) Define sync points from all the nodes perspective. 2) Use sync points in scope of Allocate 3)...

category: CPU
do_not_merge

Is it possible to implement something similar to [this](https://github.com/junegunn/fzf/issues/405)? So candidates would be displayed right under current cursor position. ``` [prompt]: git sta| stage stash status ``` Thank you for...