Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CPU][ARM] JIT Floor Mod Operation #27706

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

geeky33
Copy link

@geeky33 geeky33 commented Nov 22, 2024

Details:

  • Added JIT emitter for Eltwise Floor Mod operation on ARM64 SIMD
  • Implemented fp32 optimization replacing C++ Math implementation
  • Modified ARM64 executor to support new JIT emitter
  • Updated kernel files to include Floor Mod in Eltwise operations
  • Added test coverage for JIT implementation verification
  • Transitioned operation type from Math to Eltwise for better performance

@a-sidorova can you please review the code ? :)

Tickets:

image

@geeky33 geeky33 requested review from a team as code owners November 22, 2024 16:07
@sys-openvino-ci sys-openvino-ci added the ExternalPR External contributor label Nov 22, 2024
@github-actions github-actions bot added the category: CPU OpenVINO CPU plugin label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CPU OpenVINO CPU plugin ExternalPR External contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants