1. 27 7月, 2022 15 次提交
  2. 26 7月, 2022 23 次提交
  3. 25 7月, 2022 2 次提交
    • C
      [Auto Parallel] Add dist op cost (#44146) · d0f4465d
      caozhou 提交于
      * update comp cost
      
      * add dist default op cost
      
      * add dist fill constant batch size like op cost
      
      * add elewise op cost
      
      * add fill_constant_batch_size_like op cost unittest
      
      * add unittest and remove fill_constant_batch_size_like grad op cost
      
      * add to cmakelist
      
      * fix unittest bug
      d0f4465d
    • M
      Fc fp16 (#44578) · a54c6953
      ming1753 提交于
      * (modified) fc support fp16
      
      * __CUDA_ARCH__ version
      
      * delete half
      
      * delete half
      
      * add half support
      
      * add half support
      
      * add half support
      a54c6953