llvm-project
b846d8c3 - [mlir][tosa] Fix tosa-reduce-transposes to handle large constants better (#148755)

Commit
275 days ago
[mlir][tosa] Fix tosa-reduce-transposes to handle large constants better (#148755) This change addresses the performance issue in the **--tosa-reduce-transposes** implementation by working directly with the raw tensor data, eliminating the need for creating the costly intermediate attributes that leads to bottleneck.
Author
Hanumanth
Parents
Loading