-
Notifications
You must be signed in to change notification settings - Fork 364
Torch 1.6.0 update #166
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
Torch 1.6.0 update #166
Conversation
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
…ch_20.06_container
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
BREAKING CHANGE: Support for Python 3.5 is being dropped with this update Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
Edit: Sorry, unrelated to this PR. Here's this PR built for Windows: Unfortunately, the same bug still occurs that was happening prior to this PR. Last 3 lines in debug console are: |
We can add back the change, but we removed it because it broke linux builds. Maybe we can just have a default condition with an empty list |
platform friendly way Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
Oh yeah, I've added it back to compile it, but the other issue below remain. It's the issue in #153 so probably Windows only.
If I ignore this exception, it seems to correctly compile the graph but then when executing it, I get:
That appears to be a aten::prelu issue, so I tried it on a model that doesn't have prelu and it got much further past this.
|
Hmm, seems like that error is actually caused by some issue earlier in the compilation process. I see
Which is odd for the input to prelu. That would explain why you cannot broadcast here |
The issues I'm facing do not seem to be related to this PR in any case. |
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
PyTorch container Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
BREAKING CHANGE: Version is being bumped to version 0.1.0a0 to target PyTorch 1.6.0 Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
Description
Updates the compiler for PyTorch 1.6.0. Breaking change: drops support for Python 3.5. Known issue: Bug with PyTorch some int[] are not parsable with the IR parsing tools. Issue has been raised with PyTorch team. Shuffle case fails due to this issue. Solve issues with segfaults during cuDNN clean up.
Fixes #1
Type of change
Please delete options that are not relevant and/or add your own.
Checklist:
make html
in docsrc)