1. 23 11月, 2022 10 次提交
  2. 22 11月, 2022 27 次提交
  3. 21 11月, 2022 3 次提交
    • L
      fix doc of NPUPlace (#48148) · 809516f6
      Leo Chen 提交于
      * fix doc of NPUPlace
      
      * fix doc of NPUPlace, test=document_fix
      809516f6
    • R
      Fix Ctx Dev pointer for KUNLUN (#48184) · 2d0fb059
      Roc 提交于
      2d0fb059
    • S
      add fc-residual quantization (#46917) · fed0ed34
      Sylwester Fraczek 提交于
      * add fc-residual quantization
      
      * revert removal of check for use_mkldnn
      
      * fix bug
      
      * add disable_logs
      
      * review fix
      
      call twice AreScalesPresntForNodes instead of if-else
      
      * rewrite residual input to output
      
      * revert fc mkldnn taking residual data
      
      * format fix
      
      * fix LoDTensor->DenseTensor
      
      * LoDTensor->DenseTensor
      
      * output->input
      
      * revert changes to unsupported script
      
      revert changes to unsupported script
      
      * remove fc residualdata from output blocklist in cpu_bfloat16_pass.cc
      fed0ed34