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

[hold until next release] Onnx bert #240

Draft
wants to merge 37 commits into
base: master
Choose a base branch
from
Draft

[hold until next release] Onnx bert #240

wants to merge 37 commits into from

Commits on Nov 25, 2020

  1. refactor and add some fp16

    Niupple committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    1e112ac View commit details
    Browse the repository at this point in the history
  2. fix compiling error

    Niupple committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    de54196 View commit details
    Browse the repository at this point in the history
  3. changes for fp16

    Niupple committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    272d394 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. add pass info to log

    Cjkkkk committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    7215c91 View commit details
    Browse the repository at this point in the history
  2. fix

    Cjkkkk committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    ebe94e0 View commit details
    Browse the repository at this point in the history
  3. update cudnn datatype mapping

    Cjkkkk committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    2e75783 View commit details
    Browse the repository at this point in the history
  4. add fp16 header to header file

    Cjkkkk committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    0ac891f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. vgg11 runnable

    Niupple committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    1e38b59 View commit details
    Browse the repository at this point in the history
  2. code sytle applied

    Niupple committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    c91a70c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

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

Commits on Dec 2, 2020

  1. meet master

    Niupple committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    1ede972 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. fp16 runnable

    Niupple committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    a3d43f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. fix macro newline

    Niupple committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    7d12160 View commit details
    Browse the repository at this point in the history
  2. check device type

    Niupple committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    f920996 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. code stype

    Niupple committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    b71e683 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. fix ROCm unsupported LU's

    Niupple committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    76fe4fd View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

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

Commits on Dec 11, 2020

  1. fix DataBuffer

    Niupple committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    a7bf41e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e42180 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. fix onnx fp16

    Niupple committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    18ab500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    979a124 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. bert l1 runnable

    Niupple committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    9dd7529 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

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

Commits on Mar 10, 2021

  1. changes for fp16

    Niupple committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    86ccb2d View commit details
    Browse the repository at this point in the history
  2. vgg11 runnable

    Niupple committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    e9fa286 View commit details
    Browse the repository at this point in the history
  3. code sytle applied

    Niupple committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    64af7da View commit details
    Browse the repository at this point in the history
  4. fix DataBuffer

    Niupple committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    3dfda19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bd8eba View commit details
    Browse the repository at this point in the history
  6. fix onnx fp16

    Niupple committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    9cefad5 View commit details
    Browse the repository at this point in the history
  7. bert l1 runnable

    Niupple committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    6ded162 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    66abc20 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44b3ba4 View commit details
    Browse the repository at this point in the history
  10. delete comments

    Niupple committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    f4598b7 View commit details
    Browse the repository at this point in the history
  11. codesytle

    Niupple committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    ef52767 View commit details
    Browse the repository at this point in the history
  12. fix dot

    Niupple committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    80904a2 View commit details
    Browse the repository at this point in the history
  13. repetitive include

    Niupple committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    65cc6f7 View commit details
    Browse the repository at this point in the history
  14. fix a semicolon missing

    Niupple committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    40716bb View commit details
    Browse the repository at this point in the history