DRAFT circle-mlir: Introduce pass for Sign operation#16380
Closed
shs-park wants to merge 38 commits intoSamsung:masterfrom
Closed
DRAFT circle-mlir: Introduce pass for Sign operation#16380shs-park wants to merge 38 commits intoSamsung:masterfrom
shs-park wants to merge 38 commits intoSamsung:masterfrom
Conversation
It simply fixes a typo in comment. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
This introduces the test models for Range operation. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
This activates the test models for Range operation. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
This introduces the Sign pass for the onnx2circle. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
This simply fixes a typo in comment. Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
This introduces test models for the Range operation. The tests will be activated once support for the Range pass is completed. Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
This introduces the dialect and its corresponding pass for the Range operation. Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
This adds support for the Sign operation in tflchef. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
This activates the model tests for the newly intrudoced Range pass. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
This adds support for the Sign operation in tflite2circle. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
* [luci/lang] Introduce Sign operation This adds support for the Sign operation in luci/lang. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
* [luci/import] Introduce Sign operation This introduces the Sign operation to luci/import. Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
This updates the version of `onnx2circle` to `0.4.2`. It includes the changes for ReduceSumSquare and Range operations. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
This updates the changelog for onnx2circle_0.4.2~202602230830. It is auto-generated PR from github workflow. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
…msung#16379) These changes ensure that pipeline resources are properly released even in error scenarios or when the pipeline was not fully initialized, preventing potential resource leaks. ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
This introduces the Sign operation to luci/export. Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
This introduces the Sign operation to luci/service. Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
It adds the Conv2d test model with padding and group set. ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
This introduces the Sign operation to luci/partition. Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
* [luci-interpreter] Introduce Sign operation This introduces the Sign operation to luci-interpreter. Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
This creates a test TFLite recipe for the Sign operation. Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
This fixes the `pub-circle-int-launchpad.yml` workflow to use `mio-circle` instead of `mio-circle08`. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
This activates the `luci` and `luci-valu-test` for Sign operation. Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
This updates the changelog for circle-interpreter_1.30.1~202602260919. It is auto-generated PR from github workflow. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
- Added IndexError enum and bounds checks in GatherND, Slice, Pad, and dimension product calculation to prevent out-of-bounds accesses and negative indices. - Fixes security vulnerabilities related to index validation. ONE-DCO-1.0-Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
This commit adds verification step to ensure loaded models have matching input/output counts with the pipeline configuration. ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
This commit adds `.git-blame-ignore-revs` file to ignore blame history such as reformatting commit. ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
After inserting padding on the input tensor, the intype variable is now updated to reflect the type of the padded input. ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
This commit refactores copyright-check script to accept files as command-line arguments instead of searching for files internally. The pre-commit hook now handles file pattern matching and exclusion logic for C/C++ source files (*.c, *.cc, *.cpp, *.cl, *.h, *.hpp), filtering out 3rd-party code. It will reduce commit creation time by removing pre-commit's duplicated copyright check. ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
This commit moves copyright-check script from infra/command/ to infra/git-hooks/ and rename with .sh extension. And it removes deprecated format command and git commit hook script. ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
…6414) It enables the former Conv2d model test with padding and group set as modification is applied to the Conv2d Pass. ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
This commit updates pre-commit configuration to enable shebang checking. ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Trying to compile generated tests on Ubuntu 25.10 results in a compilation error due to name clash between test case namespace and function from the standard library: ONE-DCO-1.0-Signed-off-by: Arkadiusz Bokowy <a.bokowy@samsung.com>
This updates the changelog for onnx2circle_0.4.2~202603040257. It is auto-generated PR from github workflow. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
This was referenced Mar 5, 2026
This introduces the Sign operation to the dialect. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
This introduces the test models for Sign operation. It will be activated after the operation is implemented. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
…park/ONE into circle-mlir/draft-introduce-sign-op ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
This was referenced Mar 6, 2026
Contributor
Author
|
done! |
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.
This is to introduce a pass for ONNX::Sign operation in circle-mlir.