Daniel
Daniel
It looks like 60s waiting doesn't help. user_data.discovered stays false in a half of calls to discover_char(). Moreover, discover_char() sometimes hangs on first call after starting my program first time...
The first observation is that, there are some wrong values in ymm register for input values of Equal op: m256_f32 = {1.00000000, 1.00000000, 1.00000000, nan, nan, nan, 65504.0000, 65504.0000} vs...
Hi! Sorry for the long silence. I want to clarify the ticket a little bit: it is about the batch dimension of the model params, right? And not about BATCH...
CPU Plugin seems having the same problem
Since the problem presents in several plugins I would probably add a check for the batch dimension size in the ICompiledModel constructor. Will investigate further
Are there use cases where user does not set layout for the model at all and compiles and infers without any layout? My question is caused by some unit tests...
> Lack of participation signals lack of interest from the community. Closing How many people from the community should vote for this issue to make you reopen it?
> @DannyVlasenko while you wait reply from CPU, have you checked GPU behavior? Looks like I have a solution for CPU, so I can make a separate PR for it,...