1. 19 7月, 2021 8 次提交
    • 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
    • J
      enabled bf16 tests in prelu (#34196) · 68f51239
      jakpiase 提交于
      68f51239
    • J
      Fix Bug of Used before Assignment (#34090) · d8839292
      Jiangxinz 提交于
      * fix used before assign
      
      * fix used before assign
      d8839292
    • R
      [NPU hybrid] Partial send /recv/ allgather for npu (#34189) · 0cd21fac
      Roc 提交于
      0cd21fac
    • J
      Fix function redefine (#34186) · bf700264
      Jiangxinz 提交于
      * fix func redef
      
      * fix-func-redef
      bf700264
    • J
      Fix function redefine (#34185) · a4ded243
      Jiangxinz 提交于
      * fix func redef
      
      * fix func redef
      
      * fix func redef
      a4ded243
    • J
      Fix func redef3 (#34184) · 8b8124b5
      Jiangxinz 提交于
      * fix func redef
      
      * fix func redef
      
      * fix func redef
      8b8124b5
    • W
      [Inference] Add config.Summary api (#34122) · 831c1c6c
      Wilber 提交于
      831c1c6c
  2. 16 7月, 2021 7 次提交
  3. 15 7月, 2021 4 次提交
  4. 14 7月, 2021 13 次提交
  5. 13 7月, 2021 8 次提交