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

[Do Not Merge] Float16 benchmark #9488

Closed
wants to merge 36 commits into from

Commits on Mar 21, 2018

  1. initial commit

    kexinzhao committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    7e03d19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e36ab5e View commit details
    Browse the repository at this point in the history
  3. modify save op

    kexinzhao committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    889da70 View commit details
    Browse the repository at this point in the history
  4. update

    kexinzhao committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    01c982b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. add tests

    kexinzhao committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    3064c1c View commit details
    Browse the repository at this point in the history
  2. more update

    kexinzhao committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    34f499f View commit details
    Browse the repository at this point in the history
  3. use cudnn softmax

    kexinzhao committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    2f3ea3f View commit details
    Browse the repository at this point in the history
  4. add more tests

    kexinzhao committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    e4e7ba4 View commit details
    Browse the repository at this point in the history
  5. small fix

    kexinzhao committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    70c14d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f2eb9d View commit details
    Browse the repository at this point in the history
  7. update test

    kexinzhao committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    c0e5074 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. get test accuray

    kexinzhao committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    e1ddfaa View commit details
    Browse the repository at this point in the history
  2. add inference benchmark

    kexinzhao committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    35c182b View commit details
    Browse the repository at this point in the history
  3. add to cmake

    kexinzhao committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    f2fb15d View commit details
    Browse the repository at this point in the history
  4. remove cpu test

    kexinzhao committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    ca66d4b View commit details
    Browse the repository at this point in the history
  5. add tensor core for conv2d

    kexinzhao committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    56fd4d7 View commit details
    Browse the repository at this point in the history
  6. add cublas tensor core

    kexinzhao committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    1c52621 View commit details
    Browse the repository at this point in the history
  7. fix error

    kexinzhao committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    e92dab5 View commit details
    Browse the repository at this point in the history
  8. fix to pass CI test

    kexinzhao committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    461ab34 View commit details
    Browse the repository at this point in the history
  9. fix error

    kexinzhao committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    164a791 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb46f4c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. add vgg benchmark test

    kexinzhao committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    3941872 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85c71e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Configuration menu
    Copy the full SHA
    84f40b5 View commit details
    Browse the repository at this point in the history
  2. update conv_cudnn file

    kexinzhao committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    af1a14f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d8fb97 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

  1. add imagenet example

    kexinzhao committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    2fb7fdc View commit details
    Browse the repository at this point in the history
  2. fix error

    kexinzhao committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    97ec813 View commit details
    Browse the repository at this point in the history
  3. update save_op.cc

    kexinzhao committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    aae436c View commit details
    Browse the repository at this point in the history
  4. add imagenet tests

    kexinzhao committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    4a8dbcd View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. add float16 tests

    kexinzhao committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    82207c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2018

  1. add tensor core for cublas

    kexinzhao committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    dda1fbe View commit details
    Browse the repository at this point in the history
  2. fix compiler error

    kexinzhao committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    14f6f86 View commit details
    Browse the repository at this point in the history
  3. fix load cublas function

    kexinzhao committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    352ff22 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Configuration menu
    Copy the full SHA
    b863011 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    889584d View commit details
    Browse the repository at this point in the history