1. 07 9月, 2022 13 次提交
  2. 06 9月, 2022 22 次提交
  3. 05 9月, 2022 5 次提交
    • P
      [PHI] Move oneDNN helper classes to new location (#45626) · 269bd1fe
      piotrekobi 提交于
      * gaussian random
      
      * mkldnn to onednn renaming
      
      * fix merge conflicts
      
      * remove fluid code
      
      * onednn renaming
      
      * Move classes from mkldnn_reuse.h to onednn_reuse.h
      
      * Move more functions from mkldnn_helper.h to onednn_helpper.h
      
      * Change MKLDNN to OneDNN in VLOG message
      Co-authored-by: NSilv3S <slawomir.siwek@intel.com>
      269bd1fe
    • Y
      New format quant model support for MKLDNN (#45416) · 4e4f4586
      yeliang2258 提交于
      * support onnx format quantized model
      
      * update code
      
      * add test
      
      * add test
      
      * fix
      
      * fix test
      
      * fix cmake
      
      * update code
      
      * change scale file path to calibration file path
      
      * update code
      
      * update code
      
      * fix build bug
      
      * fix build bugs
      
      * fix
      
      * fix
      4e4f4586
    • Z
      Clear extra attributes of some Op in OpMaker (Part2) (#45684) · 3879f6b8
      zyfncg 提交于
      * remove extra attr of opmaker
      
      * remove extra attr of gru
      
      * revert scale
      
      * fix bug of create_op
      
      * add extra attr checker in infer_shape
      
      * fix gelu
      3879f6b8
    • H
      [phi] Migrate memcpy kernel to PHI, hold NPU op (#45622) · 2f19a364
      HongyuJia 提交于
      * migrate memcpy to phi
      
      * fix typo error
      
      * fix typo error
      
      * fix  bug and testcase
      
      * fix typo, uniform_random_kernel.cc header
      
      * fix Alloc pinned bug
      
      * change GPUContext::GetPinnedPlace
      
      * add GetPinnedPlace function
      
      * add GetPinnedPlace function
      
      * restore default throw error
      
      * fix Unimplemented error
      
      * skip StandaloneExecutor testcase
      
      * delete memcpy_sig
      2f19a364
    • D
      Update DlNNE engine (#45027) · 638965c5
      denglin-github 提交于
      * add config param for enable_dlnne and support calibration mode
      * remove useless file
      * refine code and add annotation
      * refine code of Warnning tips
      638965c5