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

[Snippets][AArch64] Enabled Ceiling and FloorMod tokenization #28092

Conversation

a-sidorova
Copy link
Contributor

@a-sidorova a-sidorova commented Dec 17, 2024

Details:

  • The PR enabled Snippets tokenization for ops Ceiling (activation) and FloorMod (eltwise):
    • Updated tokenization callback
    • Registered the operations with the corresponding emitters in CPUGenerator
    • Added tests
  • This PR is example for the further GFIs'

Tickets:

  • N/A

@a-sidorova a-sidorova added category: CPU OpenVINO CPU plugin platform: arm OpenVINO on ARM / ARM64 labels Dec 17, 2024
@a-sidorova a-sidorova added this to the 2025.0 milestone Dec 17, 2024
@a-sidorova a-sidorova requested review from a team as code owners December 17, 2024 09:43
@a-sidorova a-sidorova force-pushed the feature/snippets/aarch64/ceiling_floor_mod branch from ac27999 to 274ba54 Compare December 18, 2024 04:22
@a-sidorova
Copy link
Contributor Author

@dmitry-gorokhov Could you please take a look? This is example PR for further GFIs' with extending coverage of Snippets tokenization on aarch64 platforms.
Thank you in advance!

@dmitry-gorokhov dmitry-gorokhov added this pull request to the merge queue Dec 20, 2024
Merged via the queue into openvinotoolkit:master with commit 541b3cf Dec 20, 2024
183 checks passed
@dmitry-gorokhov dmitry-gorokhov deleted the feature/snippets/aarch64/ceiling_floor_mod branch December 20, 2024 08:05
11happy pushed a commit to 11happy/openvino that referenced this pull request Dec 23, 2024
…notoolkit#28092)

### Details:
- *The PR enabled Snippets tokenization for ops `Ceiling` (activation)
and `FloorMod` (eltwise):*
   - *Updated tokenization callback*
- *Registered the operations with the corresponding emitters in
`CPUGenerator`*
   - *Added tests*
 - *This PR is example for the further GFIs'*

### Tickets:
 - *N/A*
MirceaDan99 pushed a commit to MirceaDan99/openvino that referenced this pull request Jan 22, 2025
…notoolkit#28092)

### Details:
- *The PR enabled Snippets tokenization for ops `Ceiling` (activation)
and `FloorMod` (eltwise):*
   - *Updated tokenization callback*
- *Registered the operations with the corresponding emitters in
`CPUGenerator`*
   - *Added tests*
 - *This PR is example for the further GFIs'*

### Tickets:
 - *N/A*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CPU OpenVINO CPU plugin platform: arm OpenVINO on ARM / ARM64
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants