1. 23 12月, 2022 1 次提交
    • C
      fix matmul double and triple grad (#48779) · 13c4fd59
      Charles-hit 提交于
      * fix matmul double and triple grad
      
      * remove some comment
      
      * add matmul_double_grad unit test
      
      * fix matmul triple grad
      
      * fix dot triple grad and add unit test
      
      * modify codestyle
      
      * fix dot_grad
      
      * refactor dot triple grad
      
      * disable some unit test
      
      * fix unit test
      
      * fix unit test in double grad
      13c4fd59
  2. 20 2月, 2022 1 次提交
  3. 11 1月, 2022 1 次提交
    • Z
      【PTen】Add dot and matmul grad kernel in pten (#38713) · be817719
      zyfncg 提交于
      * refactor matmul directory in pten
      
      * fix merge conflict
      
      * add dot_grad kernel
      
      * add dot_grad kernel in pten
      
      * add matmul_grad kernel
      
      * update the code
      
      * delete useless code in fluid
      
      * fix some bug of running matmul grad kernel
      
      * fix merge conflict
      
      * refactor some code
      
      * refactor code
      be817719