Added JIT Emitter Implementation for Erf Operation#29667
Closed
geeky33 wants to merge 39 commits intoopenvinotoolkit:masterfrom
Closed
Added JIT Emitter Implementation for Erf Operation#29667geeky33 wants to merge 39 commits intoopenvinotoolkit:masterfrom
geeky33 wants to merge 39 commits intoopenvinotoolkit:masterfrom
Conversation
Contributor
|
@geeky33 Hi! Thank you for the PR. Could you tell us please if you had a chance to build the project with your changes and launch |
praasz
reviewed
Mar 25, 2025
src/plugins/intel_cpu/src/emitters/plugin/aarch64/jit_eltwise_emitters.cpp
Outdated
Show resolved
Hide resolved
src/plugins/intel_cpu/src/emitters/plugin/aarch64/jit_eltwise_emitters.cpp
Outdated
Show resolved
Hide resolved
Contributor
|
hey @geeky33 any progress here? |
Contributor
Author
|
yes sir, |
Contributor
|
@geeky33 hello! Could you tell me please if you are working on this task and there is any progress? Do you need any help? :) |
Contributor
|
This PR will be closed in a week because of 2 weeks of no activity. |
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.
Details:
Added
jit_erf_emitterclass for Erf operationSupports f32 precision on ARM64 ASIMD instruction set
Integrated with existing exponential emitter
Follows OpenVINO JIT emitter design patterns
Implemented core Erf JIT emitter
Added necessary method overrides
Integrated with exponential emitter
Tickets: