-
Notifications
You must be signed in to change notification settings - Fork 205
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
Brevitas make_fx
generating different graph
#762
Comments
@volcacius, PTAL at this issue. |
Which Pytorch version are you on? With 2.1.1 I see:
|
|
It should be fixed in this PR #763 I just merged in dev. Thanks for spotting it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @volcacius, I see a difference in the graph obtained from the upstream PyTorch
make_fx
and the brevitasmake_fx
. The graph obtained from the brevitas make_fx does not apply the PyTorch decomposition. I'm using the dev (https://github.com/Xilinx/brevitas/tree/dev) branch. Here's the code to repro this issue.Graphs obtained:
The text was updated successfully, but these errors were encountered: