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

cpu: aarch64: batch_normalization : Expand ARM SVE support in jit_uni_batch_normalization #1918

Merged
merged 2 commits into from
Jun 3, 2024

Commits on May 15, 2024

  1. Update cpu_batch_normalization_list.cpp

    cpu: aarch64: Expand ARM SVE support in jit_uni_batch_normalization
    
    Added sve_256 in the implementation list
    Update jit_uni_batch_normalization.cpp
    Updated the block size definition to accommodate different ISAs.
    Added 'OR' conditions to extend support for additonal block_size.
    Predicate registers are set according to isa vector length.
    ldr and str instruction changed to ldw1 and stw1 respectively. To support load and store operations as per ISA.
    nikhilfujitsu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    bedac80 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    0076634 View commit details
    Browse the repository at this point in the history