Remove deprecated XNNPACK capture utilities and migrate tests (#18134)#18134
Remove deprecated XNNPACK capture utilities and migrate tests (#18134)#18134JacobSzwejbka merged 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18134
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 6 Pending, 2 Unrelated FailuresAs of commit 0076b99 with merge base 8c32dc8 ( NEW FAILURES - The following jobs have failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@JacobSzwejbka has exported this pull request. If you are a Meta employee, you can view the originating Diff in D95605468. |
This PR needs a
|
|
Looks OK to me. @GregoryComer can you take a look as well? |
3193513 to
bf1f633
Compare
…h#18134) Summary: Delete capture_graph_for_xnnpack() and get_xnnpack_capture_config() which were only used in test files and relied on the deprecated exir.capture API. Migrate test_xnnpack_utils.py to use inline to_edge(export(...)) calls. Remove the deprecated exports from xnnpack/__init__.py. Differential Revision: D95605468
…h#18134) Summary: Delete capture_graph_for_xnnpack() and get_xnnpack_capture_config() which were only used in test files and relied on the deprecated exir.capture API. Migrate test_xnnpack_utils.py to use inline to_edge(export(...)) calls. Remove the deprecated exports from xnnpack/__init__.py. Differential Revision: D95605468
bf1f633 to
6bd613b
Compare
…h#18134) Summary: Delete capture_graph_for_xnnpack() and get_xnnpack_capture_config() which were only used in test files and relied on the deprecated exir.capture API. Migrate test_xnnpack_utils.py to use inline to_edge(export(...)) calls. Remove the deprecated exports from xnnpack/__init__.py. Differential Revision: D95605468
6bd613b to
0076b99
Compare
Summary:
Delete capture_graph_for_xnnpack() and get_xnnpack_capture_config() which
were only used in test files and relied on the deprecated exir.capture API.
Migrate test_xnnpack_utils.py to use inline to_edge(export(...)) calls.
Remove the deprecated exports from xnnpack/init.py.
Differential Revision: D95605468