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

Blas optimized elementwise_add forward and backward passes #10913

Merged
merged 8 commits into from
May 25, 2018
Merged

Blas optimized elementwise_add forward and backward passes #10913

merged 8 commits into from
May 25, 2018

Commits on May 24, 2018

  1. MKL elementwise add: elementwise_add uses vAdd VML function when MKL …

    …is used
    Tomasz Patejko committed May 24, 2018
    Configuration menu
    Copy the full SHA
    e43c8f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f93248 View commit details
    Browse the repository at this point in the history
  3. MKL elementwise add: default implementation used for integral types, …

    …float16 and/or GPU
    Tomasz Patejko committed May 24, 2018
    Configuration menu
    Copy the full SHA
    01fb2be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a622c2 View commit details
    Browse the repository at this point in the history
  5. MKL optimized elementwise add backward: coding style fixes

    Tomasz Patejko committed May 24, 2018
    Configuration menu
    Copy the full SHA
    996d12f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fde47aa View commit details
    Browse the repository at this point in the history
  7. MKL elementwise add backward: backward works for integral types with …

    …fall back to default impl
    Tomasz Patejko committed May 24, 2018
    Configuration menu
    Copy the full SHA
    9241011 View commit details
    Browse the repository at this point in the history
  8. MKL optimized elementwise add: fix style check

    Tomasz Patejko committed May 24, 2018
    Configuration menu
    Copy the full SHA
    3e876b3 View commit details
    Browse the repository at this point in the history