@tomdol How about keeping this as it is since
1) This layer is correct
2) library other than eigen might use this layout
I suggest to add notes about notifying "this layout is not used in G...
Since module name was changed from 'circle_adapter' to 'module_explorer_circle',
it also needs to update the extension name in HOWTO.
---
* Related w/ : #14365
This commit removes the obsolete parametrization of the BatchMatMul x86 optimized kernel. The reason is that the storage order attribute of the MatrixParams class is later ignored by the x86 Gemm i...
Benchmark results in release mode
```
--------------------------------------------------------------------
Benchmark Time CPU Iterations
-----------------...
I have some results that I described here https://github.com/Samsung/ONE/pull/14370 but long story short - this field doesn't matter for Gemm with Eigen so I believe setting of the `order` field co...
Some benchmarking for https://github.com/Samsung/ONE/pull/14238#discussion_r1851466333
I've done some research to verify how things work and here are my most important findings:
## MatrixPara...
> > @mbencer Please add negative test: same or more negative test with positive test to fulfill release criteria.
>
> I see the argument about release criteria. Due to fact that compilation/infe...