-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Conversation
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.
@geeky33 Thank you for the contribution to OpenVINO! 👍🏼
Also, could you please launch CPU-specific tests using --gtest_filter='*EltwiseLayerCPUTest*FloorMod*'
? These tests verify that JIT primitive with your emitter is used now.
I believe that there will be 0 such tests. Then we need to add them 😊
- Please, update the variable eltwiseOpTypesBinInp() in tests -
Floor_mod
should be tested on x64/x86 platforms as before and on ARM64 machines too. If you do it and launch tests with the mentioned gtest filter above, the tests should be failed with error messageunexpected primitive type
. - Please update the method getPrimitiveType - now it should return
jit
forFloor_mod
. After that, tests should be green 😃
src/plugins/intel_cpu/src/emitters/plugin/aarch64/jit_eltwise_emitters.cpp
Show resolved
Hide resolved
Hi @a-sidorova i have made a commit as you told me . |
src/plugins/intel_cpu/src/emitters/plugin/aarch64/jit_eltwise_emitters.cpp
Outdated
Show resolved
Hide resolved
added the aux register
build_jenkins |
build_jenkins |
build_jenkins |
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.
Thank you for the effort!
Details:
@a-sidorova can you please review the code ? :)
Tickets: