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: non-global stats mode for ACL lnorm #2209

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

michalowski-arm
Copy link
Contributor

@michalowski-arm michalowski-arm commented Nov 8, 2024

  • Change acl_layer_normalization to support non-global stats only
  • Remove mean and variance check for ACL lnorm from benchdnn

@michalowski-arm michalowski-arm requested review from a team as code owners November 8, 2024 11:10
@michalowski-arm michalowski-arm marked this pull request as draft November 8, 2024 14:44
@theComputeKid
Copy link
Contributor

Could you please format the PR and the commit:

cpu: aarch64: non-global stats mode for ACL lnorm

@theComputeKid
Copy link
Contributor

theComputeKid commented Nov 8, 2024

We also need to remove skipped tests from GitHub actions from here:

SKIPPED_TEST_FAILURES+="|test_benchdnn_modeC_lnorm_smoke_cpu"

and in other places in this file. Then if the CI passes, we are good.

  * Change acl_layer_normalization to support non-global stats only --
    ACL does not support global stats
  * Remove mean and variance check for ACL lnorm from benchdnn --
    ACL does not support returning them
@theComputeKid theComputeKid changed the title non-global stats mode for ACL lnorm cpu: aarch64: non-global stats mode for ACL lnorm Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants