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

Add fc padding to improve mkl GEMM's performance when N and K are multiple of 128. #20972

Merged
merged 9 commits into from Nov 26, 2019

Commits on Nov 14, 2019

  1. Add fc padding to solve mkl performance

    test=develop
    GaoWei8 committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    f04d44e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. fix gpu pass and error information

    test=develop
    GaoWei8 committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    2517bfc View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. fix fc_fuse_pass_test

    test=develop
    GaoWei8 committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    6c113d1 View commit details
    Browse the repository at this point in the history
  2. fix error information

    test=develop
    GaoWei8 committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    e6b130c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. fix error information

    test=develop
    GaoWei8 committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    84bf353 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. fix name and add fc op padding test

    test=develop
    GaoWei8 committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    fb4a2a3 View commit details
    Browse the repository at this point in the history
  2. fix attributes

    test=develop
    GaoWei8 committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    b97d534 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. optimize fc padding

    test=develop
    GaoWei8 committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    3e01771 View commit details
    Browse the repository at this point in the history
  2. fix test

    test=develop
    GaoWei8 committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    726a606 View commit details
    Browse the repository at this point in the history