1. 27 2月, 2023 8 次提交
  2. 25 2月, 2023 2 次提交
    • zhouweiwei2014's avatar
      Support 0D for equal tensor with scalar (#50857) · 7c73910e
      zhouweiwei2014 提交于
      7c73910e
    • V
      change outputs and grads from fp16-fp16-comparision and fp16-fp32 (#50700) · 2dec64d0
      Vvsmile 提交于
      * change outputs and grads from fp16-fp16-comparision and fp16-fp32
      comparision
      
      * support grad comparision fp16-fp32
      
      * the change of reference dtype only occured from np.float16 to np.float32
      
      * fix the list type can not infer the dtype by attribute dtype by transfer
      the list to array
      
      * adjust the default atol and rtol of float16 to 1e-3
      
      * Polish code
      
      * fix error
      
      * fix
      
      * Polish code
      
      * fix the _is_cal_ref and np.float16
      
      * fix the combination of is_calc_ref and np.float16
      
      * remove unuseful codes in op_test.py
      
      * fix ci
      
      * fix the rtol set in the dygraph checker and eager checker
      
      ---------
      Co-authored-by: NZzSean <18818272991@163.com>
      2dec64d0
  3. 24 2月, 2023 8 次提交
  4. 23 2月, 2023 8 次提交
  5. 22 2月, 2023 9 次提交
  6. 21 2月, 2023 5 次提交
    • K
      remove test_fetch_unmerged (#50619) · 9af23f1d
      kangguangli 提交于
      9af23f1d
    • C
      [OpTest] support prim test in OpTest (#50509) · 457defe7
      Charles-hit 提交于
      * support prim test in OpTest
      
      * fix cmake
      
      * fix op test
      
      * fix test_input_spec
      
      * disable cinn in reduce_sum unit test
      
      * add bfloat16 dtype for sum
      
      * polish code
      
      * add clear jit program function
      
      * convert grad out from tensor to numpy
      
      * remove unnecessary code
      
      * add only_prim flag
      
      * fix flag
      
      * fix op test
      
      * fix optest comp inplace error
      
      * fix op test
      
      * fix op test with guard
      
      * add initialization of check_comp flag
      
      * fix comp inplace error in op test
      
      * rename check_comp with check_prim and add bfloat16 dtype convert
      
      * rename comp_op_type to prim_op_type
      
      * rename comp to prim
      
      * remove useless code
      
      * skip ci check for only prim
      
      * add no_grad_vars and grad_outputs in prim test
      
      * fix var_dict
      
      * fix op test for only_prim
      
      * fix dy2static bugs
      
      * polish some code
      457defe7
    • Q
      397c9403
    • K
      [with_data_parallel][part2] remove with_data_parallel in unit test (#50501) · 7a156f18
      kangguangli 提交于
      * process unit test matched test_p*
      
      * fix ci bug
      
      * fix ci bugs
      
      * fix codestyle
      
      * remove all tests about pe and restore some irrelated tests
      
      * delete test_parallel_executor_test_while_train.py
      
      * assert len(self.places) == 1
      
      * remove with_data_parallel in unittest
      
      * remove multi-card related checks
      
      * remove with_data_parallel in test_multiprocess_dataloader*
      
      * fix error hint
      
      * fix typo
      7a156f18
    • Z
      remove the module: fluid.install_check (#50456) · 7cc10b2e
      zqw_1997 提交于
      7cc10b2e