1. 22 7月, 2021 9 次提交
  2. 21 7月, 2021 11 次提交
  3. 20 7月, 2021 13 次提交
  4. 19 7月, 2021 7 次提交
    • L
      fix the order of unfold parameters (#34156) · 056b8741
      lzzyzlbb 提交于
      * fix the order of unfold parameters
      056b8741
    • C
      Update while loop (#34229) · 6fbb975d
      Chen Long 提交于
      * update readme test=document_fix
      
      * update while loop docs test=document_fix
      6fbb975d
    • Q
      [NPU] add is_empty_op_npu, test=develop (#34234) · d4fb5c68
      Qi Li 提交于
      d4fb5c68
    • J
      Fix format in requantize mkldnn op (#34137) · 1dfd857b
      joanna.wozna.intel 提交于
      1dfd857b
    • L
      [amp] pass found_inf to adam to suppport skip_update (#34176) · 9bc59673
      Leo Chen 提交于
      * pass found_inf to adam
      
      * add unittest
      
      * fix bug
      
      * refine unittest
      
      * change unit test's directory
      
      * disable unittest on cpu
      9bc59673
    • L
      move the recv op the beginning of the forward/backward phase for pipeline (#34197) · cc007dce
      lilong12 提交于
      * mv recv to head, test=develop
      cc007dce
    • C
      Add Cuda event and stream API (#32460) · 9c7f6af5
      chentianyu03 提交于
      * add cuda event and stream api
      
      * add cuda event and stream api
      
      * add get_current_stream api
      
      * add get_current_stream api
      
      * init streams
      
      * modify get_current_stream
      
      * modify get_cuttent_stream
      
      * add synchronize func
      
      * add current_stream doc and test file
      
      * move get_current_stream into CUDA macro
      
      * move CudaEvent into CUDA macro
      
      * move _get_current_stream and _device_synchronize into cuda macro
      
      * modify the macro of cuda stream and event
      
      * add test case for synchronize
      
      * add paddle.devices.cuda module
      
      * event and stream support hip
      
      * add doc for stream and event class
      
      * move cuda stream and event into single pybind
      
      * add cuda_streams_py.cc to cmakelist
      
      * add _device_synchronize and _get_current_stream to core module
      
      * add test case for cudastream and cudaevent
      
      * move __all__ in streams.py
      
      * fix test fail
      
      * add cuda to devices __all__
      
      * fix current_stream doc writing error
      
      * move devices to device direction, and merge device.py into __init__.py
      
      * add required:gpu to sample codes
      
      * remove cuda direction from device/__init__.py
      9c7f6af5