iree-org / iree

A retargetable MLIR-based machine learning compiler and runtime toolkit.
http://iree.dev/
Apache License 2.0
2.47k stars 551 forks source link

Remove AVX-512 tile sizes for non-ukernel case. #17628

Closed lialan closed 2 weeks ago

lialan commented 3 weeks ago

These tiles were not being used at all as their large N-sizes exceeded the max padding value (16) so they were being discarded.