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

Mkldnn #2

Closed
wants to merge 75 commits into from
Closed

Mkldnn #2

wants to merge 75 commits into from

Commits on Sep 27, 2017

  1. Use NNVM for convolution.

    zheng-da committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    a10bc72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf6293f View commit details
    Browse the repository at this point in the history
  3. Use NNVM for activation.

    zheng-da committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    cba26a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7a9e72 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Use NNVM for batch norm.

    zheng-da committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    dcafbb3 View commit details
    Browse the repository at this point in the history
  2. Use NNVM for FullyConnected.

    zheng-da committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    94143ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecb33ea View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Use NNVM for dropout.

    zheng-da committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    d45e0d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2017

  1. Use NNVM for Pooling.

    zheng-da committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    b73e762 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. Configuration menu
    Copy the full SHA
    df581ef View commit details
    Browse the repository at this point in the history
  2. Fix a bug in deconvolution.

    zheng-da committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    8491f72 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

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

Commits on Oct 16, 2017

  1. Configuration menu
    Copy the full SHA
    672ce33 View commit details
    Browse the repository at this point in the history
  2. Fix coding style.

    zheng-da committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    a5cadd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. Configuration menu
    Copy the full SHA
    54f699e View commit details
    Browse the repository at this point in the history
  2. Fix bugs in other CuDNN operators.

    Make these operators stateless. Every time forward or backward is invoked,
    they will be reinitialized.
    zheng-da committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    9147a51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10ae5f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2279f93 View commit details
    Browse the repository at this point in the history
  5. Fix a bug in convolution.

    zheng-da committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    b713524 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Remove MKL code.

    zheng-da committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    2a7d71e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Update MXNet for MKLDNN.

    zheng-da committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    cfd862b View commit details
    Browse the repository at this point in the history
  2. Enable MKLDNN Relu.

    zheng-da committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    063b504 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1431e9 View commit details
    Browse the repository at this point in the history
  4. Change Makefile for MKLDNN.

    zheng-da committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    756ec14 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Configuration menu
    Copy the full SHA
    604300c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1f27d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Update MXNet for MKLDNN.

    zheng-da committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    df73da1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6da4528 View commit details
    Browse the repository at this point in the history
  3. Update activation.

    zheng-da committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    1b3e210 View commit details
    Browse the repository at this point in the history
  4. Add MKLDNN base classes.

    zheng-da committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    b2a8b60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f52ccb View commit details
    Browse the repository at this point in the history
  6. Add MKLDNN convolution.

    zheng-da committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    7c7fe62 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. Configuration menu
    Copy the full SHA
    7c2fb77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b58bfc View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2017

  1. Configuration menu
    Copy the full SHA
    560eb0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92f58c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5128cb4 View commit details
    Browse the repository at this point in the history
  4. Fix a bug in NDArray.

    zheng-da committed Nov 4, 2017
    Configuration menu
    Copy the full SHA
    9dd1b02 View commit details
    Browse the repository at this point in the history
  5. Fix a bug in GetWeightDesc.

    zheng-da committed Nov 4, 2017
    Configuration menu
    Copy the full SHA
    bf8b782 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b511c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e42bd4 View commit details
    Browse the repository at this point in the history
  8. Add MKLDNN deconvolution.

    zheng-da committed Nov 4, 2017
    Configuration menu
    Copy the full SHA
    ed0e5d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

  1. Configuration menu
    Copy the full SHA
    a211fe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4dd48b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13fcb9b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. Configuration menu
    Copy the full SHA
    beb8505 View commit details
    Browse the repository at this point in the history
  2. Fix a bug in deconvolution.

    zheng-da committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    cd53fb4 View commit details
    Browse the repository at this point in the history
  3. Fix bugs in NDArray.

    zheng-da committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    f5624a4 View commit details
    Browse the repository at this point in the history
  4. Revert "Fix bugs in NDArray."

    This reverts commit f5624a4.
    zheng-da committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    40c6e42 View commit details
    Browse the repository at this point in the history
  5. Fix a bug in NDArray.

    zheng-da committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    62655dc View commit details
    Browse the repository at this point in the history
  6. Fix a bug in NDArray.

    zheng-da committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    8335d27 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. Configuration menu
    Copy the full SHA
    131a141 View commit details
    Browse the repository at this point in the history
  2. Disable MKLDNN correctly.

    zheng-da committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    61ac839 View commit details
    Browse the repository at this point in the history
  3. Fix a bug in activation.

    zheng-da committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    64cf57c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a2a98b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d5ad60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e83c9c0 View commit details
    Browse the repository at this point in the history
  7. Fix data format conversion.

    zheng-da committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    97a6910 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

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

Commits on Nov 11, 2017

  1. Configuration menu
    Copy the full SHA
    1b97bc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cad7c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0044a9a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

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

Commits on Nov 14, 2017

  1. Fix a bug in NDArray.

    zheng-da committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    8f7da06 View commit details
    Browse the repository at this point in the history
  2. Don't hard code MKLDNN type.

    zheng-da committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    ac06afe View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. Configuration menu
    Copy the full SHA
    ca6b1f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39cc06a View commit details
    Browse the repository at this point in the history
  3. Fix a bug in sum results.

    zheng-da committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    ee28ebe View commit details
    Browse the repository at this point in the history
  4. Rewrite GetMKLDNNData.

    zheng-da committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    70d5b75 View commit details
    Browse the repository at this point in the history
  5. Add prepare_mkldnn.sh

    zheng-da committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    4996db5 View commit details
    Browse the repository at this point in the history
  6. Enable MKLDNN activation.

    zheng-da committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    40841b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. Fix a bug on FullyConnected.

    zheng-da committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    10412f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2819797 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. add mkldnn_concat.cc

    wentingj committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    2832750 View commit details
    Browse the repository at this point in the history
  2. declare concat func

    wentingj committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    94e4dcc View commit details
    Browse the repository at this point in the history