Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[FEATURE] add oneDNN support for numpy transpose #20419

Merged
merged 28 commits into from
Nov 10, 2021

Commits on Oct 11, 2021

  1. numpy transpose onednn usage

    RafLit committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    0c8f5a6 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary whitespace

    RafLit committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    ef31c8f View commit details
    Browse the repository at this point in the history
  3. remove unnecessary whitespace

    RafLit committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    1e0daaf View commit details
    Browse the repository at this point in the history
  4. remove unnecessary param

    RafLit committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    f36271c View commit details
    Browse the repository at this point in the history
  5. formatting changes, cleanup

    RafLit committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    c51a3ee View commit details
    Browse the repository at this point in the history
  6. remove unnecessary lines

    RafLit committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    0fab65a View commit details
    Browse the repository at this point in the history
  7. template convert param

    RafLit committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    7f53e9e View commit details
    Browse the repository at this point in the history
  8. newline at end

    RafLit committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    61d194d View commit details
    Browse the repository at this point in the history
  9. remove unused declarations

    RafLit committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    ee2af87 View commit details
    Browse the repository at this point in the history
  10. whitespace, guard comments

    RafLit committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    597dda6 View commit details
    Browse the repository at this point in the history
  11. sanity fix

    RafLit committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    e4aa753 View commit details
    Browse the repository at this point in the history
  12. formatting

    RafLit committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    bfc3b64 View commit details
    Browse the repository at this point in the history
  13. separate error tests transpose

    RafLit committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    db8cc9b View commit details
    Browse the repository at this point in the history
  14. formatting

    RafLit committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    ebaadc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. separate transpose error tests

    RafLit committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    fcbf637 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. master merge

    RafLit committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    291fd2f View commit details
    Browse the repository at this point in the history
  2. transpose header dnnl

    RafLit committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    d436bb9 View commit details
    Browse the repository at this point in the history
  3. format files sanity

    RafLit committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    9f162f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. move include transpose

    RafLit committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    0d7d6bd View commit details
    Browse the repository at this point in the history
  2. unify param templates

    RafLit committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    9c53778 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. format, rename funcs

    RafLit committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    57a12c9 View commit details
    Browse the repository at this point in the history
  2. switch include order

    RafLit committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    0c54f6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b09ed4b View commit details
    Browse the repository at this point in the history
  4. remove clang off section

    RafLit committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    ca7e79f View commit details
    Browse the repository at this point in the history
  5. delete unnecessary newline

    RafLit authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d9adcb4 View commit details
    Browse the repository at this point in the history
  6. add newlines

    RafLit authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    05e9cf0 View commit details
    Browse the repository at this point in the history
  7. remove whitespace

    RafLit authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    c910e15 View commit details
    Browse the repository at this point in the history
  8. remove whitespace

    RafLit authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    4a34f73 View commit details
    Browse the repository at this point in the history