1. 14 6月, 2018 2 次提交
  2. 13 6月, 2018 1 次提交
  3. 12 6月, 2018 4 次提交
  4. 11 6月, 2018 16 次提交
  5. 08 6月, 2018 9 次提交
  6. 07 6月, 2018 7 次提交
    • X
      Refine API doc string · e80c6b3c
      Xin Pan 提交于
      e80c6b3c
    • D
      split reduce op into multiple libraries, accelerate the compiling (#11029) · d48172f2
      dzhwinter 提交于
      * "split into multiple .ccl"
      
      * "refine file structure"
      
      * "refine files"
      
      * "remove the cmakelist"
      
      * "fix typo"
      
      * "fix typo"
      
      * fix ci
      d48172f2
    • F
      9c61409a
    • F
      stash · 4f46a98f
      fengjiayi 提交于
      4f46a98f
    • M
      Mkldnn layout (#11040) · 3ff9ba0e
      mozga-intel 提交于
      * Add MKLDNN layout support in Paddle
      
      Add MKLDNN layout in Paddle so that MKLDNN friendly memory layout
      can be used in MKLDNN enabled OP kernel. Before this commit, NCHW
      is hardcode to be used in all MKLDNN op kernels. As a result,
      non-optimized execution path is selected in MKLDNN primitive which
      bring worse performance.
      Besides framework change, three MKLDNN OP kernels were updated
      for using new MKLDNN layout. They are conv/pool2d/batch_norm.
      Other MKLDNN OP kernels need be also updated in similar way to
      achieve best performance.
      
      * Add MKLDNN layout support in activation OP
      
      * Don't populate layout from input to output when kMKLDNN in
      
      * Refine pool mkldnn op kernel
      
      * MKLDNN layout
      
      * Remove the inferitance from tensor file
      
      * MKLDNN layout: refactoring
      
      * Remove additional #define to register new operator
      
      * Prepare mkldnn tests to work with layout
      3ff9ba0e
    • G
      Add rpc_client interface. (#11154) · 2028a8ef
      gongweibao 提交于
      2028a8ef
    • Y
      feature/trt engine op test (#11182) · 4f95bc94
      Yan Chunwei 提交于
      4f95bc94
  7. 06 6月, 2018 1 次提交