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][ARM64] Added Less JIT emitter #25059

Closed
wants to merge 2 commits into from

Conversation

jvr0123
Copy link
Contributor

@jvr0123 jvr0123 commented Jun 17, 2024

Details:

  • Implemented Less jit emitter
  • Added unit tests

Tickets:

@jvr0123 jvr0123 requested review from a team as code owners June 17, 2024 07:59
@github-actions github-actions bot added category: IE Tests OpenVINO Test: plugins and common category: CPU OpenVINO CPU plugin labels Jun 17, 2024
@sys-openvino-ci sys-openvino-ci added the ExternalPR External contributor label Jun 17, 2024
Copy link
Contributor

@eshoguli eshoguli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution.

  1. You need to specify jit kernel in test as expected kernel.
  2. Can you, please, update ActivationLayerCPUTest::generate_inputs to cover Less emitter functionality. There is an example for Sign activation. You can do something similar but use more then one value, please:
    • Two input tensor values should be different: less, equal and greater.
    • Please, update to have special values: negative zero, NaN (several values), Infinity values, ... in test input tensor.

Comment on lines +632 to +639
template<>
struct EltwiseEmitter<jit_less_emitter> {
void operator()(EltwiseEmitterContext& ctx) {
ctx.emitter = std::make_shared<jit_less_emitter>(ctx.host,
ctx.host_isa,
ctx.exec_prc);
}
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need it

@mlukasze
Copy link
Contributor

hey @jvr0123 will you have a time to finish this PR?

@jvr0123
Copy link
Contributor Author

jvr0123 commented Jul 27, 2024

hey @jvr0123 will you have a time to finish this PR?

Yes, apologies, I'll have an update after this weekend

Copy link
Contributor

This PR will be closed in a week because of 2 weeks of no activity.

@github-actions github-actions bot added the Stale label Aug 13, 2024
@mg-intel mg-intel removed the Stale label Aug 14, 2024
Copy link
Contributor

This PR will be closed in a week because of 2 weeks of no activity.

@github-actions github-actions bot added the Stale label Aug 29, 2024
@mg-intel mg-intel removed the Stale label Sep 2, 2024
Copy link
Contributor

This PR will be closed in a week because of 2 weeks of no activity.

@github-actions github-actions bot added the Stale label Sep 17, 2024
@mlukasze
Copy link
Contributor

hey @jvr0123 - please update a status of the PR, will you have a time to finish it?

@github-actions github-actions bot removed the Stale label Sep 19, 2024
Copy link
Contributor

github-actions bot commented Oct 3, 2024

This PR will be closed in a week because of 2 weeks of no activity.

@github-actions github-actions bot added the Stale label Oct 3, 2024
Copy link
Contributor

This PR was closed because it has been stalled for 2 week with no activity.

@github-actions github-actions bot closed this Oct 11, 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 category: IE Tests OpenVINO Test: plugins and common ExternalPR External contributor Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Good First Issue] [ARM]: Implement CPU plugin just-in-time emitter for Less operation
5 participants