pytorch / pytorch/executorch

[Memory-layout infra] Create common permute-count test suite

Open
#20,097 0 comments 0 reactions 1 assignee View on GitHub

@AdrianLundell is already working on this.

Since Jun 17, 2026.

Dominant language
Python
Stars
5k
Forks
1.2k
Avg merge
2d 10h
Merged PRs (30d)
581

Description

Part of #19299. To give a solid baseline for the permute fusion we will need a test suite for evaluating the algorithm over a wide set of model architectures. The tests should count the number of permutes before and after running ToContiguousChannelsLastPss + any permute fusing passes and ensure numerical equivalence.

A good starting point would be https://github.com/pytorch/executorch/blob/main/backends/arm/test/misc/test_transpose_counts.py, however it should be extended with a number of representative full networks and any other sub-graphs known to lead to difficulties when doing permute-fusions.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.