1. 13 3月, 2023 1 次提交
    • X
      Add expand composite rule (#50810) · 559de39a
      xysheng-baidu 提交于
      * Add expand composite rule
      
      * reshape x when dim_in less than dim_out
      
      * add tile op for expand
      
      * remove rensor shape case when comp prim
      
      * enable cinn case
      
      * dim_out can't be 0
      
      * update test case for prim type
      559de39a
  2. 08 3月, 2023 1 次提交
    • K
      feat: add relu composite (#50819) · 079f41c8
      Kang Zhao 提交于
      * feat: add relu composite rule
      
      * feat: add relu composite rule, maximum op
      
      * feat: add relu composite rule, maximum op
      
      * feat: add relu composite rule, polish comments
      
      * feat: add relu composite rule, polish comments
      
      * feat: add relu composite rule, add python api of relu
      
      * feat: add relu composite rule, commit hook
      
      * fix: maximum type error & ban cinn test
      
      * fix: maximum input sequence bugs
      
      * resolve conflicts
      
      * fix: code style bugs
      
      * add: relu fp16 test
      079f41c8
  3. 07 3月, 2023 1 次提交
  4. 02 3月, 2023 1 次提交
    • R
      Comp hardswish (#51003) · 51331098
      Roc 提交于
      * add composite op hard swish
      
      * add test grad
      
      * update apis calling
      
      * update date range
      
      * add ut
      
      * tune off cinn for 0-d shape
      
      * skip cinn
      51331098
  5. 22 2月, 2023 1 次提交
  6. 21 2月, 2023 1 次提交
  7. 14 2月, 2023 2 次提交
    • M
      b85af464
    • G
      Add gelu composite rule (#50295) · c364f41d
      GGBond8488 提交于
      * add gelu composite rule
      
      * use full replace fill_constant
      
      * change the form of calculation
      
      * remove float16 test for composite gelu
      
      * reformate code
      
      * remove float16 test case
      
      * add forwad with prim and backward without prim test
      
      * add float16 test for composite gelu and add high dims test
      
      * add float16 test case and high dims test
      
      * shield float16 and cpu test case
      
      * increase train step to 10 in test cinn prim gelu
      
      * replace pow to multiply
      c364f41d
  8. 07 2月, 2023 1 次提交
  9. 17 1月, 2023 1 次提交
  10. 13 1月, 2023 1 次提交