1. 16 11月, 2022 11 次提交
  2. 15 11月, 2022 3 次提交
  3. 14 11月, 2022 8 次提交
  4. 11 11月, 2022 1 次提交
    • C
      [IPU]: add model_runtime backend support in IPU (#47363) · 21b901cb
      czr-gc 提交于
      * feat(ipu): add model_runtime backend support in IPU.
      
      * fix(ipu_executor): fix error message format.
      
      * fix(ipu_executor): fix format.
      
      * fix(ipu_executor): fix format again.
      
      * fix(ipu_executor): fix format again.
      
      * fix(ipu_executor): fix format again.
      21b901cb
  5. 10 11月, 2022 11 次提交
  6. 09 11月, 2022 6 次提交
    • P
      Enable fc passes (#45704) · 7e914386
      Paulina Gacek 提交于
      * Analysis API interface for disabling fc passes
      
      * Unit tests corrected
      
      * Python API added
      
      * test runs only when PADDLE_WITH_MKLDNN
      
      * Fc op changed to relu in matmul_op_test
      
      * Disable fc passes in tests where acc drops
      
      * code formating
      
      * Unit test for analysisConf added
      
      * Unit test gpu added
      
      * fc passes disabled when iterations=0 in gru test
      
      * style
      
      * passes disabled when fp32 in gru test
      
      * fc passes disabled in lstm test
      
      * Import from inference, not fluid in doc
      7e914386
    • T
      [CodeStyle][E266] remove multiple '#' in comments (#47772) · 8c8cf0fd
      Tony Cao 提交于
      * fix flake8 CodeStyle E266
      
      * fix comments
      8c8cf0fd
    • C
      add sin triple grad operator (#47753) · 267b218f
      cyber-pioneer 提交于
      267b218f
    • N
      [CodeStyle][py2] remove unnecessary u-prefix in string literal (#47727) · 433e67bd
      Nyakku Shigure 提交于
      * [CodeStyle][py2] remove unnecessary u-prefix in string literal
      
      * `"{}".format(x)` -> `x`
      
      * remove duplicated dtype literals
      
      * revert changes in data_feeder.py
      
      * remove u-prefix in data_feeder
      
      * revert remove duplicated dtype literals in data_feeder
      
      * remove unnecessary convert to str
      
      * for test
      
      * add some comments
      
      * refine comment
      
      * restore a removed str conversion
      
      * re-trigger all ci, empty commit
      433e67bd
    • L
      new mp_allreduce_sum_op (#47715) · 18d33346
      LiYuRio 提交于
      18d33346
    • F
      fix ScaleKernel configuration error where input numel is 0 (#47111) · 38ba5f2e
      FlyingQianMM 提交于
      * fix scale kernel configuration error where input numel is 0
      
      * fix code stype
      
      * add unit test case for scale op when numel of input x is zero
      
      * fix ci codestyle check
      
      * add cpu and gpu unit test case for scale op when numel of input x is zero
      
      * add uninitialized judgment for input of scale
      38ba5f2e