1. 17 11月, 2022 6 次提交
  2. 16 11月, 2022 10 次提交
  3. 15 11月, 2022 3 次提交
  4. 14 11月, 2022 8 次提交
  5. 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
  6. 10 11月, 2022 10 次提交
  7. 09 11月, 2022 2 次提交
    • 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