1. 21 1月, 2022 10 次提交
  2. 20 1月, 2022 7 次提交
  3. 19 1月, 2022 1 次提交
  4. 18 1月, 2022 7 次提交
  5. 17 1月, 2022 6 次提交
  6. 15 1月, 2022 1 次提交
  7. 14 1月, 2022 3 次提交
  8. 13 1月, 2022 5 次提交
    • S
      [bug fix] fix unfold bug in compile time (#38907) · 7f123456
      shangliang Xu 提交于
      7f123456
    • F
      [NPU] fix tril_triu (#38864) · eaccdc71
      furnace 提交于
      [NPU] fix tril_triu
      eaccdc71
    • F
      [NPU] fix expand op (#38526) · 7a5af630
      furnace 提交于
      * [NPU] fix expand op
      
      * [NPU] optimize codes
      
      * [NPU] optimize codes
      7a5af630
    • C
      [pten]Remove pten/include dir files (#38878) · 7e0292ea
      chentianyu03 提交于
      * move dot_dev api into dot_kernel.h
      
      * add infermate header
      
      * modify to dotkerel in dot_op.h
      
      * mvoe conj dev api into complex_kernel.h
      
      * move sign dev api into  sign_kernel.h
      
      * move scale dev api into kernel.h and remove infermete.h
      
      * rm paddle/pten/include/math.h
      
      * rm paddle/pten/include/math.h
      
      * rm include dir
      
      * rm paddle/pten/include/math.h
      
      * fix conflict with develop branch
      
      * rm devContext in conj_op.h
      
      * add the missing complex_kernel header
      7e0292ea
    • J
      Added mul BF16/FP32 FWD/BWD oneDNN kernel (#38552) · fc6eed5b
      jakpiase 提交于
      * base changes for mul reimplementation
      
      * empty commit
      
      * tmp save
      
      * full implementation of mul bf16/fp32 fwd bwd
      
      * CI fix
      
      * CI rerun
      
      * changed unity build cmake to avoid gpu issues
      
      * removed mul mkldnn from unity build
      
      * added skipping tests if not cpu_bf16
      
      * CI fix
      
      * CI fix
      
      * CI fix
      fc6eed5b