1. 30 12月, 2021 12 次提交
  2. 29 12月, 2021 23 次提交
  3. 28 12月, 2021 5 次提交
    • L
      Support multi-output feature for elementwise (#38410) · 48f061fb
      limingshu 提交于
      * first commit
      
      * pass ctest of  elementwise_div_grad
      48f061fb
    • Z
      add new API: paddle.cov (#38392) · 85f5d264
      zhiboniu 提交于
      85f5d264
    • B
      update seq_concat_fc_fuse_pass ut (#38538) · 706d2c08
      baoachun 提交于
      706d2c08
    • F
      Utilize StreamSafeCUDAAllocator to support fast GC in new executor (#37642) · 0c7153a4
      From00 提交于
      * fix reshape move storage error
      
      * remove needless set type
      
      * alloc tensor by shared storage
      
      * Utilize StreamSafeCUDAAllocator to support fast GC in new executor
      
      * Fix compile error for Windows and ROCm
      
      * Fix compile error for Windows
      
      * Modify UT stream_safe_cuda_alloc_test
      
      * Modify UT stream_safe_cuda_alloc_test
      
      * Rewrite fast GC
      
      * Rewrite fast GC
      
      * Fix compile error for BOOST_GET_CONST
      
      * Fix compile error for BOOST_GET_CONST
      
      * Changes default stream for StreamSafeCUDAAllocator
      
      * Fix a small CI error
      
      * Remove some redundant code
      
      * Fix conflict
      
      * Fix compile error for ROCm
      
      * Fix Windoes CI error
      
      * Fix CI error
      
      * Remove some unnecessary code
      
      * Fix CI error
      
      * Add UT for fast GC
      
      * Fix CI error
      
      * add device-agnostic stream class
      
      * add stream.h
      
      * fix ut
      
      * fix cpu compile
      
      * Use RWLock in GetAllocator
      
      * Fix CI error
      Co-authored-by: NChen Weihang <chenweihang@baidu.com>
      Co-authored-by: Nzhiqiu <chenqiuliang@baidu.com>
      0c7153a4
    • H
      add matmul_to_mul matmul_v2_to_mul matmul_v2_to_matmul test case (#37645) · bed71992
      heliqi 提交于
      * add matmul_to_mul matmul_v2_to_mul matmul_v2_to_matmul test case
      
      * modify skip func to ignore_pass_case func
      
      * rebuild CI
      
      * rebuild CI
      
      * add test_map_xx_pass timeout
      
      * add test_map_xx_pass timeout
      
      * merge from develop
      
      * add timeout notest;test=coverage
      
      * Cmakelist add timeout
      
      * add timeout
      
      * add attr of matmul_v2
      
      * add trt skip
      
      * delete trt config
      
      * add skip,  mul diff on 3080
      bed71992