Conversation
Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
…ch_20.06_container
Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
BREAKING CHANGE: Support for Python 3.5 is being dropped with this update Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
|
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 <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
|
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 <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
PyTorch container Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
BREAKING CHANGE: Version is being bumped to version 0.1.0a0 to target PyTorch 1.6.0 Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
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 htmlin docsrc)