Aryan softplus
close : https://github.com/openvinotoolkit/openvino/issues/24109
You implemented JIT emitter: good start, thanks! But how did you test it?
I would like to suggest next implementation steps. Explore existing PR from Example Pull Requests section here: https://github.com/openvinotoolkit/openvino/issues/24109, please.
- Update tests to be sure that your implementation is used. Tests should fail:
acl_f32primitive is used. - Update JIT kernel. Tests should fail: expected and reference tensors comparation fails.
- Finish JIT emitter. Tests should pass.
Let me know if you still have any questions.
Hello, sir I do not understand the acl_f32 primitive is used. and also how should Finish JIT emitter
Hello, sir I do not understand the acl_f32 primitive is used. and also how should Finish JIT emitter
Hi @Aryan8912, you can use Sigmoid implementation as example: https://github.com/openvinotoolkit/openvino/pull/23065. The line where Sigmoid is added in Executer: https://github.com/openvinotoolkit/openvino/pull/23065/files#diff-ce3f79fe72be04c8660d4f853b11227473660eb109c3fc984c6ff4d2b4d97738R32.
Don't ignore tests, please. Let me know if you still have any questions.
hey @Aryan8912, will you have a time to finish this?
This PR will be closed in a week because of 2 weeks of no activity.