1. 03 11月, 2022 10 次提交
  2. 02 11月, 2022 24 次提交
  3. 01 11月, 2022 6 次提交
    • N
      [CodeStyle][E711][E712] update flake8 config (#47465) · d38010e8
      Nyakku Shigure 提交于
      * [CodeStyle][E711][E712] update flake8 config
      
      * empty commit, test=document_fix
      d38010e8
    • 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
    • L
      fix dynamic link of xpu library (#47434) · 9d801855
      Leo Chen 提交于
      * refine comments,test=kunlun
      
      * link xpu lib, test=kunlun
      
      * add sleep for test, test=kunlun
      
      * merge develop, fix compile, test=kunlun
      
      * remove debug code, test=kunlun
      
      * add dependency to avoid potential concurrency error, test=kunlun
      9d801855
    • H
      [Kernel Selection] Remove hard code of PADDLE_WITH_CUDA (#47325) · f9134045
      HongyuJia 提交于
      * move cudnn hardcode outside GetExpectedKernelType
      
      * add header file
      
      * debug
      
      * update interpreter_util with hardcode
      
      * update interpreter_util headerfile
      
      * solve activation hardcode
      
      * debug with CI
      
      * add mkldnn_op_list header file
      
      * temporarily uncomment mkldnn
      
      * temporarily uncomment mkldnn
      
      * delete sequence_softmax cudnn hardcode
      
      * add hardcode to data_transfer.cc
      
      * update data_transfer headerfile
      
      * try fix segment fault
      
      * update cudnn&miopen_helper
      
      * reset HasAttr of DygraphExctnCtx
      
      * debug, this commit should pass all CI
      
      * debug should pass CI, temporarily disable activation
      
      * debug should pass CI
      
      * fix default_attr=nullptr bug
      
      * clean debug code
      f9134045
    • Y
      db323927
    • H
      clean mkldnn headerfile (#47507) · a341bb8c
      HongyuJia 提交于
      a341bb8c