Skip to content

Conversation

larryliu0820
Copy link
Contributor

Summary: This is following up this PR: #61862. The purpose is to modularize operator parsing so that it can be used as needed without pulling the whole import.cpp into build.

Test Plan: Added a unit test in test_lite_predictor.cpp called ParseOperators, similar to ParseBytecode.

Differential Revision: D31006555

@facebook-github-bot facebook-github-bot added oncall: jit Add this issue/PR to JIT oncall triage queue cla signed labels Sep 16, 2021
@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Sep 16, 2021

🔗 Helpful links

💊 CI failures summary and remediations

As of commit a0c7092 (more details on the Dr. CI page):


💚 💚 Looks good so far! There are no failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

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

Copy link
Contributor

@iseeyuan iseeyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. A couple of inline comments. The version 3 is going to be deprecated, please use the current version number.

@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

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

1 similar comment
@facebook-github-bot
Copy link
Contributor

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

…rch#65179)

Summary:
Pull Request resolved: pytorch#65179

This is following up this PR: pytorch#61862. The purpose is to modularize operator parsing so that it can be used as needed without pulling the whole `import.cpp` into build.

Test Plan: Added a unit test in `test_lite_predictor.cpp` called `ParseOperators`, similar to `ParseBytecode`.

Reviewed By: iseeyuan

Differential Revision: D31006555

fbshipit-source-id: 6a6980418ea9f75a7f107e8eea5812526e44ca43
@facebook-github-bot
Copy link
Contributor

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

@codecov
Copy link

codecov bot commented Sep 17, 2021

Codecov Report

Merging #65179 (a0c7092) into master (7dc3858) will decrease coverage by 0.07%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #65179      +/-   ##
==========================================
- Coverage   66.35%   66.27%   -0.08%     
==========================================
  Files         734      734              
  Lines       93784    93784              
==========================================
- Hits        62227    62158      -69     
- Misses      31557    31626      +69     

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in eaf85fa.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla signed fb-exported Merged oncall: jit Add this issue/PR to JIT oncall triage queue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants