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

[WIP] C++ implementation of parallel executor #9035

Closed

Commits on Mar 13, 2018

  1. init commit

    Yang Yang committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    0621c32 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. update readme

    Yang Yang committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    e67325c View commit details
    Browse the repository at this point in the history
  2. delete param name

    Yang Yang committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    8f061e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. better name

    Yang Yang committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    a62d142 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. pass run

    Yang Yang committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    65c7ed5 View commit details
    Browse the repository at this point in the history
  2. switch to larger network

    Yang Yang committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    7fa64ee View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2018

  1. use all device

    Yang Yang committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    003b165 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. fix compile

    Yang Yang committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    b2f4c5a View commit details
    Browse the repository at this point in the history
  2. add broadcast

    Yang Yang committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    07ee125 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. add resnet

    Yang Yang committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    c3d6b86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0760aaf View commit details
    Browse the repository at this point in the history
  3. add vgg_bn_drop

    Yang Yang committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    8699e4e View commit details
    Browse the repository at this point in the history
  4. merge 9299

    Yang Yang committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    4506d39 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Configuration menu
    Copy the full SHA
    f07c25e View commit details
    Browse the repository at this point in the history
  2. add embedding

    Yang Yang committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    b343ce3 View commit details
    Browse the repository at this point in the history
  3. merge helin

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

Commits on Mar 23, 2018

  1. take the device context improvement from reyoung; turn on thread safe…

    … for record io reader; use double buffer reader
    helinwang committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    5f1127c View commit details
    Browse the repository at this point in the history
  2. run multi gpu with recordio reader

    Yang Yang committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    8b9884b View commit details
    Browse the repository at this point in the history
  3. add share comment

    Yang Yang committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    bb07417 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. change name

    Yang Yang committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    9e5d957 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Configuration menu
    Copy the full SHA
    33ada99 View commit details
    Browse the repository at this point in the history
  2. add wait on executor

    Yang Yang committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    27d17e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Configuration menu
    Copy the full SHA
    7aad021 View commit details
    Browse the repository at this point in the history
  2. test multi gpu executor in test_parallel_executor.py

    command: CUDA_VISIBLE_DEVICES=3 python -m unittest test_parallel_executor.TestResnet
    helinwang committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    069b726 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75d89f6 View commit details
    Browse the repository at this point in the history
  4. make bn inplace in img_conv_group by default

    Yang Yang committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    924cada View commit details
    Browse the repository at this point in the history
  5. add inplace attr to bn

    Yang Yang committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    799446b View commit details
    Browse the repository at this point in the history
  6. merge append act inplace

    Yang Yang committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    e67070b View commit details
    Browse the repository at this point in the history
  7. add in place

    Yang Yang committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    41f1a87 View commit details
    Browse the repository at this point in the history