You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XNNPACK by default uses 5x16 fp32-gemm kernel for x86_fma3, but we found that 4x16s4 kernel shows better performance on meteor lake CPU (Intel(R) Core(TM) Ultra 7 155H)
XNNPACK by default uses 5x16 fp32-gemm kernel for
x86_fma3
, but we found that 4x16s4 kernel shows better performance onmeteor lake
CPU (Intel(R) Core(TM) Ultra 7 155H
)Here is the code to reproduce the above data: https://github.com/xujuntwt95329/XNNPACK/tree/0143aab98634c866b319decca52590e1eb54b9dd
We can submit PR if this is welcome.
The text was updated successfully, but these errors were encountered: