Skip to content

[XNNPACK][Partitioner] Migrate completely to new config based partitioner #4798

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
9e8d12c
[XNNPACK][Partitioner] enable src based partitioner
mcr229 Aug 16, 2024
c2caa04
[ExecuTorch][XNNPACK] Don't partition 3d and transposed convs
mcr229 Aug 16, 2024
94892f6
[XNNPACK][Partitioner] SDPA Config
mcr229 Aug 16, 2024
91f92e2
[XNNPACK][Partitioner] Migrate completely to new config based partiti…
mcr229 Aug 16, 2024
aa58f62
Update on "[XNNPACK][Partitioner] SDPA Config"
mcr229 Aug 16, 2024
e8714ba
Update base for Update on "[XNNPACK][Partitioner] Migrate completely …
mcr229 Aug 16, 2024
4e10c10
Update on "[XNNPACK][Partitioner] Migrate completely to new config ba…
mcr229 Aug 16, 2024
d10bbd1
Update base for Update on "[XNNPACK][Partitioner] SDPA Config"
mcr229 Aug 19, 2024
530e6a8
Update base for Update on "[XNNPACK][Partitioner] Migrate completely …
mcr229 Aug 19, 2024
3c540f5
Update on "[XNNPACK][Partitioner] SDPA Config"
mcr229 Aug 19, 2024
b6242d6
Update on "[XNNPACK][Partitioner] Migrate completely to new config ba…
mcr229 Aug 19, 2024
e6f5435
Update base for Update on "[XNNPACK][Partitioner] SDPA Config"
mcr229 Aug 19, 2024
4455f47
Update base for Update on "[XNNPACK][Partitioner] Migrate completely …
mcr229 Aug 19, 2024
662f285
Update on "[XNNPACK][Partitioner] SDPA Config"
mcr229 Aug 19, 2024
e71e757
Update on "[XNNPACK][Partitioner] Migrate completely to new config ba…
mcr229 Aug 19, 2024
607b85c
Update base for Update on "[XNNPACK][Partitioner] Migrate completely …
mcr229 Aug 20, 2024
0881c76
Update on "[XNNPACK][Partitioner] Migrate completely to new config ba…
mcr229 Aug 20, 2024
c173013
Merge remote-tracking branch 'origin/main' into gh/mcr229/3/head
kirklandsign Aug 20, 2024
19ada3e
Merge branch 'gh/mcr229/3/head' into gh/mcr229/4/head
kirklandsign Aug 20, 2024
79bdcb3
Merge remote-tracking branch 'origin/main' into gh/mcr229/4/head
kirklandsign Aug 20, 2024
1548183
Fix linear.py
kirklandsign Aug 20, 2024
c6b030e
Fix branch
kirklandsign Aug 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion backends/xnnpack/partition/TARGETS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ runtime.python_library(
name = "xnnpack_partitioner",
srcs = [
"xnnpack_partitioner.py",
"xnnpack_partitioner2.py",
],
visibility = [
"//executorch/...",
Expand Down
Loading
Loading