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

Layer Norm x86 SIMD Optimizations #4065

Merged
merged 24 commits into from
Jul 29, 2022
Merged

Layer Norm x86 SIMD Optimizations #4065

merged 24 commits into from
Jul 29, 2022

Commits on Jul 18, 2022

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

Commits on Jul 20, 2022

  1. All SIMD optimizations success wihout support_packing; Maybe there's …

    …something strange in packing layout;
    LinHeLurking committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    7a94b1a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    b126e0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1982605 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fa8689 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    6a683d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf95312 View commit details
    Browse the repository at this point in the history
  3. Func rename.

    LinHeLurking committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    af97b05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9be63a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Code format

    LinHeLurking committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    976692a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    d7007c3 View commit details
    Browse the repository at this point in the history
  2. Add copyright header

    LinHeLurking committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    508d143 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf015d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5084955 View commit details
    Browse the repository at this point in the history
  5. Code format

    LinHeLurking committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    48fb4ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c4ed97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c2c1c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    487568d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23db5ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72777b4 View commit details
    Browse the repository at this point in the history
  4. Fix a wrong test param

    LinHeLurking committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    b20d298 View commit details
    Browse the repository at this point in the history
  5. Fix runtime dispatch

    LinHeLurking committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    4fddf9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2555b3e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. no store duplicates

    nihui committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    1b118f7 View commit details
    Browse the repository at this point in the history