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

[INTEL MKL] Add MKL-DNN quantized Matmul op with some fusions - Part1. #26909

Merged

Commits on Mar 19, 2019

  1. Add new ops to support quantized Matmul with some fusions

    New ops include:
    - QuantizedMatmul + BiasAdd
    - QuantizedMatmul + BiasAdd + Relu
    - QuantizedMatmul + BiasAdd + Relu + Requantize
    mdfaijul committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    415ab85 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Fixed merge conflict

    mdfaijul committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    c6fef52 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Merge branch 'master' into amin/qmatmul-part1

    Fix merge conflict in tensorflow/core/BUILD
    mdfaijul committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    c5c2028 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Fixed merge conflict

    mdfaijul committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    8bbf336 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

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

Commits on May 9, 2019

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

Commits on May 20, 2019

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

Commits on May 24, 2019

  1. Addressed more comments.

    mdfaijul committed May 24, 2019
    Configuration menu
    Copy the full SHA
    d527bc3 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. Addressed more comments.

    mdfaijul committed May 25, 2019
    Configuration menu
    Copy the full SHA
    fb01dd9 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Addressed more comments.

    mdfaijul committed May 28, 2019
    Configuration menu
    Copy the full SHA
    99f63e5 View commit details
    Browse the repository at this point in the history
  2. Addressed more comments.

    mdfaijul committed May 28, 2019
    Configuration menu
    Copy the full SHA
    d8e7c5f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Updated API golden files.

    mdfaijul committed May 29, 2019
    Configuration menu
    Copy the full SHA
    224447c View commit details
    Browse the repository at this point in the history
  2. Merged with master.

    mdfaijul committed May 29, 2019
    Configuration menu
    Copy the full SHA
    fd55351 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae57084 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    743d9f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c57cfc View commit details
    Browse the repository at this point in the history
  6. Update tensorflow/core/kernels/mkl_qmatmul_op.cc

    Co-Authored-By: Penporn Koanantakool <38085909+penpornk@users.noreply.github.com>
    mdfaijul and penpornk committed May 29, 2019
    Configuration menu
    Copy the full SHA
    e46c09b View commit details
    Browse the repository at this point in the history