Samsung Exynos AI LiteCore - Samsung Backend in test suite of ExecuTorch - #22583
Open
Jiseong-oh wants to merge 5 commits into
Open
Samsung Exynos AI LiteCore - Samsung Backend in test suite of ExecuTorch#22583Jiseong-oh wants to merge 5 commits into
Jiseong-oh wants to merge 5 commits into
Conversation
-Add samsung backend in TestSuite of ExecuTorch Signed-off-by: Jiseong Oh <jiseong.oh@samsung.com> Co-authored-by: Guochao Yang <guochao.yang@samsung.com>
1. Support ceil_mode for pool op 2. Handle the output connect to "getitem" 3. Remove first inference because test suite reuses inputs buffer. After first inference executed, the inputs buffer will be changed if there are aten ops. 4. Add exp builder Signed-off-by: Jiseong Oh <jiseong.oh@samsung.com> Co-authored-by: Jingya Zhang <jingya.zhang@samsung.com>
fixed to return bool for NodeVisitor::define_node Signed-off-by: Jiseong Oh <jiseong.oh@samsung.com> Co-authored-by: Guochao Yang <guochao.yang@samsung.com>
Fix issues for some ops for testSuite Signed-off-by: Jiseong Oh <jiseong.oh@samsung.com> Co-authored-by: Guochao Yang <guochao.yang@samsung.com>
Signed-off-by: Jiseong Oh <jiseong.oh@samsung.com> Co-authored-by: Guochao Yang <guochao.yang@samsung.com>
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/22583
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 2 Unclassified FailuresAs of commit 9af67b2 with merge base 5cdcc02 ( NEW FAILURE - The following job has failed:
UNCLASSIFIED FAILURES - DrCI could not classify the following jobs because the workflow did not run on the merge base. The failures may be pre-existing on trunk or introduced by this PR:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release notes: TestSuite
The Samsung Exynos backend in TestSuite of ExecuTorch can be verfied and it was passed Testsuite for E9955/E9965 SoCs.
Test plan
pytest -c /dev/nul backends/test/suite/operators/test_add.py -m backend_samsung -vs --html=./report/add_report.html
pytest -c /dev/nul backends/test/suite/models/ -m backend_samsung --html=./report/samsung_models.html
cc @SS-JIA @digantdesai @kimishpatel