1. 07 6月, 2018 3 次提交
    • 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
  2. 06 6月, 2018 5 次提交
  3. 05 6月, 2018 4 次提交
  4. 04 6月, 2018 6 次提交
  5. 03 6月, 2018 1 次提交
  6. 01 6月, 2018 6 次提交
  7. 31 5月, 2018 1 次提交
  8. 30 5月, 2018 11 次提交
  9. 29 5月, 2018 3 次提交
    • Q
      Shutdown pserver gracefully when SIGINT and SIGTERM was sent (#10984) · 580340ee
      Qiyang Min 提交于
      * 1. implement StopAll in ListenAndServOp
      2. make pserver receive the SIGINT and SIGTERM from outside
      3. add unittests for listen_and_serv_op in python
      
      * 1. add blocking queue set to record queue
      2. aware all blocking queue when exit and exit gracefully
      
      * 1. Remove comment lines from blocking_queue.h
      2. Implement SignalHandler and move all global vars and funcs into it
      
      * 1. Make code follows the style check
      2. Move the SignalHandler out of the unnamed namespace
      
      * 1. Make yapf happy
      
      * 1. Call Stop() in destructor to release the resource allocated by ListendAndServOp
      2. Change exit status to EXIT_SUCCESS after handling the signal from outside
      3. Remove the mis-usage of REMOVE_ITEM in unittests
      
      * 1. use DISABLE_COPY_AND_ASSIGN
      2. use program once macro only
      580340ee
    • M
      Support for mklml version of code · 278f55bc
      mozga-intel 提交于
      278f55bc
    • M
      Top K with omp · e7f06965
      mozga-intel 提交于
      e7f06965