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

x86 optimization for convolution int8 packed unified elempack #4861

Merged
merged 28 commits into from
Jul 22, 2023

Commits on Jul 15, 2023

  1. wip

    nihui committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    5deb3e1 View commit details
    Browse the repository at this point in the history
  2. dispatch

    nihui committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    4c66418 View commit details
    Browse the repository at this point in the history
  3. opt vnni

    nihui committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    9048463 View commit details
    Browse the repository at this point in the history
  4. opt xop

    nihui committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    3dbe82e View commit details
    Browse the repository at this point in the history
  5. opt avx2

    nihui committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    9421102 View commit details
    Browse the repository at this point in the history
  6. wip

    nihui committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    9765e75 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. wip

    nihui committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    6eec5ba View commit details
    Browse the repository at this point in the history
  2. wip

    nihui committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    ea67d1b View commit details
    Browse the repository at this point in the history
  3. fix build

    nihui committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    d31a804 View commit details
    Browse the repository at this point in the history
  4. test++

    nihui committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    5ae3088 View commit details
    Browse the repository at this point in the history
  5. apply code-format changes

    nihui authored and github-actions[bot] committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    804970b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. drop old code

    nihui committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    09b12b7 View commit details
    Browse the repository at this point in the history
  2. reduce omp args

    nihui committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    fe19e33 View commit details
    Browse the repository at this point in the history
  3. comment

    nihui committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    06879cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fab1058 View commit details
    Browse the repository at this point in the history
  5. Update test_convolution_1.cpp

    nihui authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    fae0d75 View commit details
    Browse the repository at this point in the history
  6. Update test_convolution.cpp

    nihui authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    61a4ebd View commit details
    Browse the repository at this point in the history
  7. Update test_convolution_1.cpp

    nihui authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    5e87cd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. shuffle and unroll size 4

    nihui committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d25715d View commit details
    Browse the repository at this point in the history
  2. interleave

    nihui committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6b76caa View commit details
    Browse the repository at this point in the history
  3. unroll

    nihui committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e1f3313 View commit details
    Browse the repository at this point in the history
  4. wip

    nihui committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    10dfc59 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. aligned load store

    nihui committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    205f746 View commit details
    Browse the repository at this point in the history
  2. wip

    nihui committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0dab232 View commit details
    Browse the repository at this point in the history
  3. wip

    nihui committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ff913b1 View commit details
    Browse the repository at this point in the history
  4. fix arm test

    nihui committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    36412e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. xop++

    nihui committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    59e3977 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. fix xop

    nihui committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    29ed4af View commit details
    Browse the repository at this point in the history