-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Snippets] Transpose support #13870
[Snippets] Transpose support #13870
Conversation
87df541
to
b437d7a
Compare
@a-sidorova Please start the review |
5ead348
to
953fcb0
Compare
src/tests/ngraph_helpers/snippets_ngraph_functions/include/subgraph_permute.hpp
Outdated
Show resolved
Hide resolved
d783853
to
ab174b8
Compare
cb8a440
to
2e38d9c
Compare
const auto num_params = num_inputs + num_outputs; | ||
// The number of used gpr may be >= num_params since LoopBegin+LoopEnd could also use gpr to store work_amount | ||
if (data_ptr_regs_idx.size() != num_params) | ||
IE_THROW() << "KernelEmitter arguments are inconsistent with the gpr_regs_used size: in[0] + in[1] = " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like that we should change exception message now after refactoring :)
Because at the moment count of parameters and results we get inside KernelEmitter
ctor (not parameters)
What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Completely agree, fixed
2e38d9c
to
186c26c
Compare
a9c4b73
to
6577147
Compare
* [Snippets] Dynamic loop snapshot * [Snippets] Explicit Loop implementation
a153865
to
95739fc
Compare
communication approach
95739fc
to
83c027d
Compare
This PR will be merged as a part of a larger one PR#14327 |
Closing, since this code was merged on a separate branch |
Details:
Tickets: