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

[mkldnn-v1.0]rebase with master #16649

Merged
merged 33 commits into from
Oct 28, 2019

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    91ad266 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e22e93f View commit details
    Browse the repository at this point in the history
  3. Create SECURITY.md (apache#16573)

    * Create SECURITY.md
    
    * Update SECURITY.md
    marcoabreu authored and szha committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    05a4c4f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. [Numpy] Support N_D(N>=3) batch_dot (apache#16586)

    * Support N_D(N>=3) batch_dot
    
    * use 1E-4
    
    * fix lint
    
    * remove unnecessary comment
    
    * Update test_numpy_op.py
    sxjscience authored and haojin2 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    c3395ca View commit details
    Browse the repository at this point in the history
  2. Large Vector tests for DGL Ops Part 2 (apache#16497)

    * add hyperbolic, logical, sign and regression tests for large vector
    
    * changed hyperbolic functions into existing trignometric functions
    
    * fix trigo and simple bind needs shape as tuple
    
    * fix logical ops, add with_seed
    
    * fix arcosh in largearray, remove regression from largevector
    ChaiBapchya authored and anirudh2290 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    0742a9b View commit details
    Browse the repository at this point in the history
  3. [Numpy] Loading numpy-incompatible NDArray in numpy-compatible mode (a…

    …pache#16597)
    
    * Make MXIsNumpyShape return enum
    
    * address the comment
    stu1130 authored and haojin2 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    ca5a2a0 View commit details
    Browse the repository at this point in the history
  4. Surpress subgraph log in CI (apache#16607)

    Change-Id: Ia2ed6fdbb1d2cb5cc607a8856ca13ee338e27eac
    ZhennanQin authored and marcoabreu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    8270672 View commit details
    Browse the repository at this point in the history
  5. Fix dequantize memory corruption (apache#16606)

    Change-Id: I51b62a32987bdbcf96f04b1bc6617e66796f648b
    ZhennanQin authored and pengzhao-intel committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    bde443e View commit details
    Browse the repository at this point in the history
  6. [MKLDNN]Fix reorder2default (apache#16602)

    * Fix reorder2default
    
    Change-Id: I74c87af9535f6264e6d1ea7eaed089a6480a3358
    
    * fix
    
    Change-Id: I6d07b43b520a47e7c78bd4b4b6390f5fb95e6957
    
    * Fix
    
    Change-Id: Id72f25c34291be4711f55569c6d61467edd6113d
    
    * Fix CI
    
    Change-Id: I8c33a82555d5ace2d0b682c1e3eefa13f3a44768
    
    * Run CI
    
    Change-Id: Ie8a6dab80ef91c0337cafbae4e3db277e0c7ebf7
    ZhennanQin authored and pengzhao-intel committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    dd4eaf5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e10e94e View commit details
    Browse the repository at this point in the history
  8. Python Docstring Convetion (apache#16550)

    * Docstring convetnion for
    
    * Docstring convention for
    
    * Docstring convention for
    
    * Docstring convention for
    
    * Docstring convention for
    
    * Docstring convention for
    
    * Docstring convention
    
    * Revert removing new line
    
    * Remove white space
    Jacob Kim authored and aaronmarkham committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    82ddc93 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    487d69a View commit details
    Browse the repository at this point in the history
  10. Fix for wrong reqs set after switching from training to inference (ap…

    …ache#16553)
    
    * Debugging reqs
    
    * Move literal strings to const static members
    
    * Fix lint
    ptrendx committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    9c99bf2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ef56334 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Configuration menu
    Copy the full SHA
    4e03e6a View commit details
    Browse the repository at this point in the history
  2. C Api for simplebind, fix comment for trigoops, add atol to assert (a…

    …pache#16585)
    
    * C Api for simplebind, fix comment for trigoops, add atol to assert
    
    * fix build issues
    
    * fix lint and add regression test
    
    * fix indent
    
    * api doc and function name change
    
    * fix lint and add infer shape test
    ChaiBapchya authored and anirudh2290 committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c0e616f View commit details
    Browse the repository at this point in the history
  3. Imagenet inference to nightly fix (apache#16599)

    * split to cd and shell
    
    * comment
    
    * lots of prints
    
    * copy binary at correct location
    
    * remove comments
    
    * add mkl lib
    
    * update docker run build function
    
    * set nvidia docker true to run imagenet inference on GPU
    
    * Revert "set nvidia docker true to run imagenet inference on GPU"
    
    This reverts commit 98f8eef.
    As we don't need GPU for compilation.
    ChaiBapchya authored and marcoabreu committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c574067 View commit details
    Browse the repository at this point in the history
  4. Fix python doc build issue (apache#16630)

    * pin the pip versions
    
    * remove nbconvert comment
    ChaiBapchya authored and haojin2 committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    7862738 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Faster general take (apache#16615)

    * Sped up perf of take op when axis != 0
    
    * Formatting and syntax fixes
    
    * Rename Take to specify axis
    
    * Fix line length lint errors
    blchu authored and ptrendx committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    0712f00 View commit details
    Browse the repository at this point in the history
  2. [Gluon] Don't serialize shared parameters twice (apache#16582)

    Add deduplicate argument (default of False) to save_parameters.
    leezu committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    8c44af4 View commit details
    Browse the repository at this point in the history
  3. Fix index overflow bug in einsum (apache#16589)

    * fix index overflow
    
    * check index overflow
    
    * fix index overflow in einsum path
    
    * fix indent
    
    * reduce NPY_MAXARGS
    
    * safe accumulate
    hzfan authored and reminisce committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    e262455 View commit details
    Browse the repository at this point in the history
  4. Move some subgraph verbose to MXNET_SUBGRAPH_VERBOSE=2 (apache#16622)

    * Move subgraph pass log to verbose=2
    
    * Run CI
    ZhennanQin authored and pengzhao-intel committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    29e467b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2019

  1. add npx reshape (apache#16640)

    sxjscience authored and reminisce committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    c130cc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f21cdd View commit details
    Browse the repository at this point in the history
  3. fix bad encode (apache#16641)

    yajiedesign authored and marcoabreu committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    73c6b4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84d61a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d12e674 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22e5ae3 View commit details
    Browse the repository at this point in the history
  7. numpy doc enhancement (apache#16637)

    * Change NDArray to ndarray for npx ops
    
    Add nonzero
    
    boolean mask supports boolean ndarray
    
    Add argmin op and interoperability test for nonzero
    
    Fix vdot, inner, outter docs
    
    Add nonzero to mx.nd.np
    
    Add docs
    
    Fix
    
    * Fix lint
    
    * Fix
    
    * Fix
    
    * Fix get_constant
    reminisce authored and haojin2 committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    6ab4220 View commit details
    Browse the repository at this point in the history
  8. Disable float16 test (apache#16643)

    hzfan authored and reminisce committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    ffc5392 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Fix GetMKLDNNData for delay alloc (apache#16618)

    * Fix GetMKLDNNData for delay alloc
    
    * Run CI
    
    * Run CI
    
    * Run CI
    
    * Run CI
    
    * Run CI
    
    Change-Id: I7ac2796e0ee8439c92fd2bd7a70a23a359b76b12
    ZhennanQin authored and pengzhao-intel committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    11dff51 View commit details
    Browse the repository at this point in the history
  2. Revert "[mkldnn-1.0]Rebase to master (apache#16648)"

    This reverts commit dea3dd2.
    ZhennanQin committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    d7a8ccf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d30a6d3 View commit details
    Browse the repository at this point in the history