Skip to content
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

Pytorch MatMul Substitution #1292

Closed
wants to merge 36 commits into from
Closed
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
5e5741a
add substitution for functional linear
itai-berman Nov 10, 2024
29df8e5
change test and substitution to support kwargs input, update output s…
itai-berman Nov 18, 2024
6500bf8
add matmul decomposition substituion and tests
itai-berman Dec 12, 2024
1d3ba74
fix license
itai-berman Dec 12, 2024
d30b544
add substitution for functional linear
itai-berman Nov 10, 2024
37ac563
change test and substitution to support kwargs input, update output s…
itai-berman Nov 18, 2024
09f6df2
add matmul decomposition substituion and tests
itai-berman Dec 12, 2024
fd790bb
fix license
itai-berman Dec 12, 2024
96cd728
Merge remote-tracking branch 'origin/pytorch_matmul_substitution' int…
itai-berman Dec 12, 2024
ef3270b
restricting matplotlib to version < 3.10.0 to fix an issue with tenso…
ofirgo Dec 19, 2024
b125f96
Refactor Target Platform Capabilities - Phase 3 (#1297)
lior-dikstein Dec 22, 2024
3c536f2
TPC attach 2 framework (#1296)
ofirgo Dec 23, 2024
ceaf820
Replace max tensor with max cut (#1295)
elad-c Dec 25, 2024
ae8e60c
Fix bug (#1303)
elad-c Dec 29, 2024
dcbfc5c
Move splitting ops from default to qpreserving configs in TPCv4. (#1304)
elad-c Dec 30, 2024
afed6e3
Refactor Target Platform Capabilities - Phase 4 (#1301)
lior-dikstein Dec 31, 2024
5b2a55d
add substitution for functional linear
itai-berman Nov 10, 2024
14b6db7
change test and substitution to support kwargs input, update output s…
itai-berman Nov 18, 2024
b677a5a
add matmul decomposition substituion and tests
itai-berman Dec 12, 2024
8b42444
fix license
itai-berman Dec 12, 2024
8403eca
add substitution for functional linear
itai-berman Nov 10, 2024
b198bec
change test and substitution to support kwargs input, update output s…
itai-berman Nov 18, 2024
9fa5710
fix license
itai-berman Dec 12, 2024
9a480b3
add substitution for functional linear
itai-berman Nov 10, 2024
728cd90
change test and substitution to support kwargs input, update output s…
itai-berman Nov 18, 2024
f535add
fix license
itai-berman Dec 12, 2024
aba2cb0
add substitution for functional linear
itai-berman Nov 10, 2024
99f7694
change test and substitution to support kwargs input, update output s…
itai-berman Nov 18, 2024
98d78a4
fix license
itai-berman Dec 12, 2024
bdc9057
add tests for different input dimensions with only float tpc
itai-berman Jan 2, 2025
6e8246e
skip unnecessary nodes, add expand to support broadcasting
itai-berman Jan 2, 2025
8ae4bed
Merge remote-tracking branch 'origin/pytorch_matmul_substitution' int…
itai-berman Jan 2, 2025
3c3d99b
set use is close validation flag True in test
itai-berman Jan 2, 2025
40f038d
move substitution after scaled dot product
itai-berman Jan 5, 2025
05f0021
change split to unbind and cat to stack due to converter's supported …
itai-berman Jan 5, 2025
65fde0f
fix test to run both function and operator
itai-berman Jan 5, 2025
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
Loading
Loading