Arthur Araujo Mitrano

Results 14 comments of Arthur Araujo Mitrano

Hi @rahulpalamuttam - I didn't look into this issue in regards performance. However, we have internal plans to move to move matmul and inner product implementations to brgemm kernels that...

> Do you mind sharing any rough outline of timelines here? From oneDNN side we have plans to have avx2 using brgemm kernels by the end of Q1 if everything...

@WilliamTambellini - The sizes of `M` and `N` are relevant. If `N % 16 > 8` and `M % 6 > 3` that would avoid the issue as far as...

> Is the fix ready for avx2 brgemm yet? Unfortunately not yet for matmul. We add brgemm avx2 kernels, but still need some work for enabling it for matmul. >...