1. 23 2月, 2023 3 次提交
    • HappyHeavyRain's avatar
      Support 'complex promote' in yaml (#50611) · 91a3d159
      HappyHeavyRain 提交于
      * support 'complex promote' in yaml
      
      * change the compplex_promote
      
      * change 'kron' in math.py
      
      * change 'kron' comment in python
      
      * change kron comment in python
      
      * change kron comment in python
      91a3d159
    • J
      【Prim】Enhance gather vjp (#50786) · dca3a099
      Jiabin Yang 提交于
      * tmp gather vjp
      
      * support gather
      
      * remove useless code
      
      * fix compiling error
      
      * fix ut
      
      * add eager test
      
      * add eager test
      
      * add seed
      
      * fix cpu error
      
      * fix transpose op compat
      
      * remove tensor index case
      
      * fix prim_cinn
      
      * fix ut
      
      * add gather composite
      dca3a099
    • J
      kunlun support c_softmax_with_cross_entropy (#49934) · f43b5fe5
      jameszhang 提交于
      * kunlun support c_softmax_with_cross_entropy
      
      * fix grad calc error
      
      * replace mutable_data() and ShareDataWith()
      
      * update xdnn
      
      * update xpu toolchain to 20230215
      
      * remove fluid from test file
      f43b5fe5
  2. 22 2月, 2023 9 次提交
  3. 21 2月, 2023 7 次提交
  4. 20 2月, 2023 9 次提交
  5. 18 2月, 2023 3 次提交
  6. 17 2月, 2023 8 次提交
  7. 16 2月, 2023 1 次提交
    • H
      [Polist Unittest] Polish test_phi_tensor (#50440) · 6fa29c55
      HongyuJia 提交于
      * fix py::array_t calling bug
      
      * polish test_phi_tensor
      
      * stop fix inference bug in this PR
      
      * polish unittest
      
      * change int->int32_t
      
      * fix unittest
      
      * fix compile error
      
      * modify cmake
      
      * remove redundancy codes
      
      * fix selectedRow unittest
      
      * fix cmake relay
      
      * declare kernel
      6fa29c55