-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Conversation
Added support and unit test for Less jit emitter
There was a problem hiding this 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.
- You need to specify
jit
kernel in test as expected kernel. - Can you, please, update
ActivationLayerCPUTest::generate_inputs
to coverLess
emitter functionality. There is an example forSign
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.
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); | ||
} | ||
}; |
There was a problem hiding this comment.
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
hey @jvr0123 will you have a time to finish this PR? |
Yes, apologies, I'll have an update after this weekend |
This PR will be closed in a week because of 2 weeks of no activity. |
This PR will be closed in a week because of 2 weeks of no activity. |
This PR will be closed in a week because of 2 weeks of no activity. |
hey @jvr0123 - please update a status of the PR, will you have a time to finish it? |
This PR will be closed in a week because of 2 weeks of no activity. |
This PR was closed because it has been stalled for 2 week with no activity. |
Details:
Tickets: