Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18670
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Cancelled Job, 5 Unrelated FailuresAs of commit de3bae4 with merge base b5ae0b9 ( NEW FAILURE - The following job has failed:
CANCELLED JOB - The following job was cancelled. Please retry:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following jobs failed but was present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
e0c4b66 to
27b259e
Compare
27b259e to
b7f784e
Compare
b7f784e to
ab5de0d
Compare
492c8d9 to
dba1f4e
Compare
bf08ec5 to
df35331
Compare
The previously supported single ops are being migrated to the current dev branch, as follows. cos, group_norm, index, log, pow, rms_norm, sigmoid, sin, split_with_sizes_copy, sum_int_list, tanh and topk. Co-authored-by: xz.linghu <xz.linghu@samsung.com> Signed-off-by: jiseong.oh <jiseong.oh@samsung.com>
LiteCore provide a new api named "graphgen_set_perf_mode". This commit invokes this api to set performance mode. Co-authored-by: Jingya Zhang <jingya.zhang@samsung.com> Signed-off-by: jiseong.oh <jiseong.oh@samsung.com>
Signed-off-by: jiseong.oh <jiseong.oh@samsung.com>
Internal IR remove "input_type" from Gather op. This commit removes "input_type" setting and set Gather inputs Co-authored-by: Jingya Zhang <jingya.zhang@samsung.com> Signed-off-by: jiseong.oh <jiseong.oh@samsung.com>
df35331 to
de3bae4
Compare
|
@claude help review this PR |
|
Claude finished @SS-JIA's task in 4m 41s —— View job Review of PR #18670: Support extra ops modes for LLM Models
OverviewThis PR adds 12 new op builders for the Samsung Exynos backend (Cos, GroupNorm, Index, Log, Pow, RmsNorm, Sigmoid, Sin, SplitWithSizesCopy, SumIntList, Tanh, TopK), a Overall the PR is well-structured and follows existing patterns. Below are the issues I found, organized by severity. Issues1. Bug:
|
Summary
Add Extra Ops for Exynos Backend
Support Perf mode
cc @SS-JIA @digantdesai @kimishpatel