openvinotoolkit / openvino

OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference
https://docs.openvino.ai
Apache License 2.0
7k stars 2.21k forks source link

[Good First Issue] [ARM]: Implement CPU plugin just-in-time emitter for Sqrt operation #24446

Open eshoguli opened 4 months ago

eshoguli commented 4 months ago

Context

JIT Emitters are part of code generation feature (a.k.a. tensor compiler) that automatically produces highly-efficient optimized fused subgraph binary code. Each emitter implements specific operation from low level OpenVINO dialect.

Prerequisites

Recommended to use ARM CPU based platform for development (e.g. Mac, Raspberry Pi etc). Emulators (e.g. QEMU) is still an option, but not that convenient, especially for final performance evaluation.

What needs to be done?

Before emitter implementation, please, modify tests to be sure that deveoped functionality is covered by test:

Tests

Tests are disabled in default build, so ensure to add -DENABLE_TESTS=ON into cmake command.

GoogleTest is used for testing. CPU functional test target is ov_cpu_func_tests. You can use two GoogleTest filters for element-wise and activation operations:

Example Pull Requests

Resources

Contact points

@eshoguli, @dmitry-gorokhov

Ticket

CVS-140845

stibrew commented 4 months ago

.take

github-actions[bot] commented 4 months ago

Thank you for looking into this issue! Please let us know if you have any questions or require any help.

dmitry-gorokhov commented 2 months ago

Hi @stibrew. Do you have any updates on the progress? Any help needed from our side?

stibrew commented 2 months ago

Hi @dmitry-gorokhov
Its on my ToDo list and I expect to either complete it within this week or unassign myself from it in case the priority requires quicker completion. Does that work?

dmitry-gorokhov commented 2 months ago

@stibrew There is no rush at all. So take your time :)

nashez commented 6 days ago

@mlukasze Can I take this up?

mlukasze commented 6 days ago

sure :)

nashez commented 6 days ago

.take

github-actions[bot] commented 6 days ago

Thank you for looking into this issue! Please let us know if you have any questions or require any help.