1. 08 2月, 2023 1 次提交
    • R
      Add eager jit dir (#49369) · 32804fe8
      risemeup1 提交于
      * add_eager_and_jit,test=ljd_test
      
      * test
      
      * test,test=ljd_test
      
      * test,test=ljd_test
      
      * test,test=ljd_test
      
      * test,test=ljd_test
      
      * test,test=ljd_test
      
      * test,test=ljd_test
      
      * add_eager_jit_dir,test=ljd_test
      
      * fix conflict,test=ljd_test
      
      * test,test=ljd_test
      
      * get new precise_map,test=ljd_test
      
      * test
      32804fe8
  2. 04 1月, 2023 1 次提交
  3. 30 12月, 2022 2 次提交
  4. 29 11月, 2022 1 次提交
  5. 01 11月, 2022 2 次提交
    • N
      [CodeStyle][E711] use `is`/`is not` for comparison with `None` (#47452) · a35a4a53
      Nyakku Shigure 提交于
      * [CodeStyle][E711] use `is`/`is not` for comparison with `None`
      
      * `self.assertTrue($A is None)` -> `self.assertIsNone($A)`
      
      * `self.assertTrue($A is not None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertFalse($A is None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertEqual($A, None)` -> `self.assertIsNone($A)`
      
      * `self.assertNotEqual($A, None)` -> `self.assertIsNotNone($A)`
      a35a4a53
    • N
      [CodeStyle][E712] use `if cond`/`if cond is True` for comparison with `True` (#47464) · 5a2ab683
      Nyakku Shigure 提交于
      * [CodeStyle][E712] use `if cond`/`if cond is True` for comparison with `True`
      
      * revert changes in fluid
      
      * revert unrelated file
      
      * revert changes in norm
      
      * revert changes in auto_parallel_amp
      
      * fix norm and auto_parallel_amp
      
      * revert a typo fix due to fixed at #47477
      5a2ab683
  6. 27 10月, 2022 1 次提交
    • R
      precise_test_logic_update (#47387) · 23c9c885
      risemeup1 提交于
      * test,test=ljd_test
      
      * modify get_ut_file_map.py,test=ljd_test
      
      * modify paddle_build.sh,test=ljd_test
      
      * test,test=ljd_test
      
      * update precise test logic,test=ljd_test
      
      * it is a test,test=ljd_test
      
      * it is a test,test=ljd_test
      
      * it is a test,test=ljd_test
      
      * it is a test,test=ljd_test
      
      * it is a test,test=ljd_test
      
      * it is a test,test=ljd_test
      
      * precise test logic update
      23c9c885
  7. 23 10月, 2022 1 次提交
  8. 12 10月, 2022 1 次提交
  9. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  10. 15 11月, 2021 1 次提交
    • C
      [Pten] Refactor the implementation of custom operator (#37122) · 1e598f1a
      Chen Weihang 提交于
      * move extension into pten [no-verify]
      
      * append tensor methods by ext_tensor [no-verify]
      
      * append other tensor methods [no-verify]
      
      * ext related files tidy [no-verify]
      
      * include relation tidy [no-verify]
      
      * add pten tensor test [no-verify]
      
      * replace tensor in custom op & compile success
      
      * refine tensor constructor for unittest
      
      * custom relu jit run success
      
      * fix all custom op unittests
      
      * add inference cmake adapt [no-verify]
      
      * fix failed unittests
      
      * fix windows failed unittests
      
      * try to fix kunlun and inference failed
      
      * fix test_elementwise_api error
      
      * try to fix win compile failed
      
      * fix kunlun fp16 type error
      
      * remove useless haddle error macro
      
      * add custom linear op test
      
      * fix compile failed & add win symbols
      
      * fix non pten kernel cast failed
      
      * add dll decl for api
      
      * polish several deetails
      
      * polish details by review comment
      
      * add dll_decl for register
      1e598f1a
  11. 28 6月, 2021 1 次提交
  12. 21 6月, 2021 1 次提交
  13. 18 5月, 2021 1 次提交