Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Conversation

jfix71
Copy link
Contributor

@jfix71 jfix71 commented Sep 9, 2021

Summary:
Pull Request resolved: pytorch/pytorch#64725

  • Any info added to the dict in node.meta["lowering_info"] will be added to the node_rep during serialization.
  • Use this to add annotations on placeholders that allow partial inputs and require padding.
  • Check for these annotations and set them in the NNPICompiledFunction as expected

Differential Revision: D30824192

…g/partial to it (#64725)

Summary:
Pull Request resolved: pytorch/pytorch#64725

- Any info added to the dict in node.meta["lowering_info"] will be added to the node_rep during serialization.
- Use this to add annotations on placeholders that allow partial inputs and require padding.
- Check for these annotations and set them in the NNPICompiledFunction as expected

Differential Revision: D30824192

fbshipit-source-id: a3a3f6c0b350eb06c6481893087a1d2c25179b8c
@facebook-github-bot
Copy link

This pull request was exported from Phabricator. Differential Revision: D30824192

@facebook-github-bot
Copy link

This pull request has been merged in a33fff6.

facebook-github-bot pushed a commit to pytorch/pytorch that referenced this pull request Sep 9, 2021
…g/partial to it (#5810)

Summary:
Pull Request resolved: pytorch/glow#5810

Pull Request resolved: #64725

- Any info added to the dict in node.meta["lowering_info"] will be added to the node_rep during serialization.
- Use this to add annotations on placeholders that allow partial inputs and require padding.
- Check for these annotations and set them in the NNPICompiledFunction as expected

Test Plan: Validated working on inline_cvr in stack. Additionally existing fx_glow end to end tests should still pass.

Reviewed By: 842974287

Differential Revision: D30824192

fbshipit-source-id: def64ef097aa35c337abb494415f7d437c6c7fa9
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants