1. 14 12月, 2020 6 次提交
    • W
      gen nccl id use socket (#29431) · 467c7169
      WangXi 提交于
      467c7169
    • B
      fix unittst unstable issue on ci machine (#29588) · d72604cd
      Bai Yifan 提交于
      * fix unittst unstable issue on ci machine
      
      * fix unittst unstable issue on ci machine
      
      * fix unittst unstable issue on ci machine
      d72604cd
    • Q
      support roi_align & affine_channel for kunlun (#29561) · 79a41a9e
      QingshuChen 提交于
      * support roi_align & affine_channel for kunlun
      
      * minor
      79a41a9e
    • L
      [Dy2Stat] 1. Fix bug of for-range stmts. 2. Support that step value is... · 0cad1152
      liym27 提交于
      [Dy2Stat] 1. Fix bug of for-range stmts. 2. Support that step value is negative in for-range stmts (#29519)
      
      1. Fix error in _build_cond_stmt of for-range stmts. 
      
      2. Support that step value is negative in for-range stmts
      
      3. Fix code because of the diff between Py2 and Py3
      0cad1152
    • H
      Fix Windows Unittest (#29543) · 831e9135
      Huihuang Zheng 提交于
      Fix 3 Windows Unittests
      
      test_fuse_all_reduce_pass: Paddle cannot run multiple-GPU on Windows so set single visible GPU flag
      test_feed_data_check_shape_type: Paddle cannot run multiple-GPU on Windows so set single visible GPU flag
      test_tsm: Winodws GPU size is not enough so decrease batch size and data size.
      831e9135
    • G
      Fix precision problem (#29567) · 08f24a31
      GeminiCarrie 提交于
      * Fix a bug when running on an operating system without "bash."
      
      * add execution condition
      
      * for ci-coverage
      
      * get cpu information to check the precision problem
      
      * Update compilation environment for musl version
      
      * update dependencies
      
      * remove test code
      
      check cpu info
      
      remove test code
      
      review
      
      * update alpine and third_party denpendencies
      
      * add newline for ci Code format
      08f24a31
  2. 11 12月, 2020 6 次提交
  3. 10 12月, 2020 3 次提交
  4. 09 12月, 2020 9 次提交
  5. 08 12月, 2020 6 次提交
  6. 07 12月, 2020 8 次提交
  7. 05 12月, 2020 1 次提交
  8. 04 12月, 2020 1 次提交
    • C
      Make transpose, trace, kron, reshape, sum op support complex type (#29321) · 879e913b
      chentianyu03 提交于
      * add complex64 and complex128 type; add +-*/@ and slice opreator for complex types
      
      * add test cases for complex elementwise, matmul and getitem unittest
      
      * add test cases for complex types
      
      * add test cases for complex matmul unittest
      
      * kron, reshape, transpose support complex types
      
      * sum and trace op support complex types
      
      * add test case of sum and trace op
      
      * fix the bug of imag part of complex not initialized
      
      * format file
      
      * format code style
      
      * kron support type promotion; modify test cases
      879e913b