1. 17 10月, 2022 2 次提交
    • A
      rm fp16 dtype_check (#46739) (#46866) · a1cdbad1
      Allen Guo 提交于
      a1cdbad1
    • Z
      [Cherry-Pick]Move valid check from python to kernel (#46980) · 8bfd45ad
      Zhang Zheng 提交于
      为了提升性能,将label的边界检查从python端转移到kernel内,减少额外op的调用,如min、max和同步拷贝等
          当前的模板参数IgnoreIndex仅在ignore_index取值范围在[0, dim)时才生效,但是当某个label值超出了边界,ignore_index等于该label,这种情况下是应该仍然能正常计算。虽然当前的计算逻辑在结果上不会出错,但逻辑上仍是有问题的,且模板参数IgnoreIndex是没有必要的
      8bfd45ad
  2. 14 10月, 2022 8 次提交
  3. 13 10月, 2022 3 次提交
  4. 12 10月, 2022 2 次提交
  5. 11 10月, 2022 9 次提交
  6. 10 10月, 2022 7 次提交
  7. 09 10月, 2022 1 次提交
  8. 29 9月, 2022 4 次提交
  9. 28 9月, 2022 4 次提交
    • Z
      refine dy2st glog (#46415) (#46438) · 3f35e634
      zhangbo9674 提交于
      3f35e634
    • C
      Fix libpaddle soname mismatch error (#46344) (#46576) · 1c22ed7f
      Chen Weihang 提交于
      * fix libpaddle soname mismatch error
      
      * fix windows failed
      
      * polish linux and windows make impl
      
      * unify winddows lib name
      
      * fix windows error
      
      * revert copy dst change
      
      * revert naming change
      
      * revert windows change
      
      * fix gpups compile failed
      1c22ed7f
    • Z
      [cherry-pick] Clear extra attrs of some ops in OpMaker (#46150, #46321,... · b2e4211d
      zyfncg 提交于
      [cherry-pick] Clear extra attrs of some ops in OpMaker (#46150, #46321, #46418, #46451, #46457) (#46553)
      
      * Clear extra attributes of some Op in OpMaker (Part4) (#46060)
      
      * clear extra attr of some ops in opmaker
      
      * revert clear use_cudnn for pool
      
      * fix test_operator_desc
      
      * fix Attr interface of OperatorBase
      
      * clear extra attrs of condition op in opmaker (#46150)
      
      * Clear extra attrs of lookup_table_v2 in OpMaker (#46321)
      
      * clear extra attrs of look_up_table_v2 in opmaker
      
      * fix bug
      
      * clear extra attrs of quantize op in opmaker (#46418)
      
      * delete repeated item
      
      * clear extra attrs of distribute op in opmaker (#46451)
      
      * clear extra atts of sequence_softmax in opmaker (#46457)
      b2e4211d
    • Z
      remove trt_reshape2_matmul_fuse_pass (#46363) · a77a6f6b
      zhoutianzi666 提交于
      a77a6f6b