1. 19 5月, 2023 1 次提交
  2. 18 5月, 2023 6 次提交
    • H
      Fused elementwises kernels and ops (#51427) · fb4a6ecf
      Hulek 提交于
      * Fused elementwises kernels and ops
      
      * change fuse pass name
      
      * adjust .pbtxt files
      
      * adjust quantization attributes
      
      * add missing arguments and fix others, review fixed
      
      * simplify fused kernel registration
      
      * fix elementwise unit tests
      
      * reuse one fused elementwise op
      
      * adjust proto
      
      * Add supported datatypes
      
      * Change 'Scale' to 'scale' in tests, change some tests to onednn
      
      * Revert breaking changes
      
      * Fix unit tests
      
      * Delete obsolete test cases
      
      * Delete commented out code
      
      * Fix codestyle
      
      * delete temporary condition
      
      * fix conflicts and delete duplicate fusing
      
      * Fix code after merge
      
      * Move tests to new directory
      
      * fix tests volatility
      
      * Rename test_elementwise_add_onednn_op.py to test_elementwise_add_mkldnn_op.py
      
      * Update CMakeLists.txt add mkldnn op test
      
      ---------
      Co-authored-by: NSilv3S <slawomir.siwek@intel.com>
      fb4a6ecf
    • H
      move fusion_group kernel to phi (#53781) · 26da689d
      huangjiyi 提交于
      26da689d
    • W
      move sequence_mask op InferShape func (#53782) · a862debf
      Wang Xin 提交于
      * move sequence_mask op InferShape func
      
      * add dtype infer
      a862debf
    • C
      Fix typos in elementwise dir (#53907) · 2782b291
      co63oc 提交于
      2782b291
    • R
      support auto generate for op layer_norm (#53178) · 4f07b653
      RedContritio 提交于
      * simplify layer_norm_op.cc
      
      * support auto generate for op layer_norm
      
      * update unittest for composite_layer_norm
      
      * remove layer_norm_op.cc from scripts
      
      * replace layer_norm_op with generated_op
      
      * add get_expected_kernel for layer_norm
      
      * update cmake kernel register function for layer_norm_mkldnn_op
      4f07b653
    • C
      Fix typos in send_v2_op.cu.cc (#53904) · 65ce6886
      co63oc 提交于
      65ce6886
  3. 17 5月, 2023 1 次提交
  4. 16 5月, 2023 9 次提交
    • G
      remove some [-Wunused-parameter] warning and fix a file to pass cpplint (#53814) · 10a38b4e
      Galaxy1458 提交于
      * test,test=develop
      
      * test,test=develop
      
      * test,test=develop
      
      * test,test=develop
      
      * test,test=develop
      10a38b4e
    • X
      【static】modify backward prune logic for EmptygradOpMaker (#53746) · 69161a96
      xiaoguoguo626807 提交于
      * add rules
      
      * modify no kernel yaml parse
      
      * success op generate
      
      * success test_silu_double
      
      * modify bug
      
      * modify static error
      
      * modify silu_grad input
      
      * modify kernel signature
      
      * modify kernel signature
      
      * code style
      
      * code style
      
      * review
      
      * delete opinfo modify
      
      * modify gradOpMaker
      
      * modify gradOpMaker
      
      * modify genarated-j2
      
      * add approve rules
      
      * modify aytograd_functional_static_test
      69161a96
    • H
      move cudnn_lstm kernel to phi (#53730) · 52889e38
      huangjiyi 提交于
      * update
      
      * fix bug
      
      * test
      
      * test
      
      * update
      
      * update mutable_data
      
      * fix bug
      
      * update
      
      * fix bug
      
      * update output type reg
      
      * update
      
      * update
      52889e38
    • 昇腾和寒武纪相关代码退场 npu相关代码退场3 (#53699) · 5b054d2f
      张春乔 提交于
      * rm npu
      
      * rm use_npu
      
      * rm npuid
      
      * rm use_npu
      
      * rm npuid
      
      * delete npupinned
      
      * roll back sth.
      
      * roll back sth.
      
      * delete npupinned
      
      * roll back sth.
      
      * roll back sth.
      
      * rm npu
      
      * rollback something
      
      * rollback npu identity
      
      * rollback npu identity
      5b054d2f
    • S
      Move fused batchnorm to Phi (#53476) · 5e5481d8
      Sonder 提交于
      * trans fused batch norm Compute function
      
      * trans batch norm register info to phi
      
      * trans fused batch norm grad Compute
      
      * trans batch norm grad register info
      
      * add sig file
      
      * update sig file
      
      * Update fused_bn_activation_kernel.cu
      
      * Update fused_bn_activation_grad_kernel.cu
      
      * fix
      
      * Rename fused_bn_activation_kernel_grad.cu to fused_bn_activation_kernel.cu
      
      * fix
      
      * fix
      
      * fix CudnnDataType error
      
      * fix
      
      * fix include
      
      * update
      
      * add #if
      
      * add fused bn act to cmakelist.txt
      
      * update  cmakelist
      
      * fix #ifdef error
      
      * add timeout set
      
      * add env set
      
      * fix
      
      * fix
      
      * Update fused_bn_activation_sig.cc
      5e5481d8
    • W
      static graph autogen code support for softmax op (#53581) · 312f0187
      Wang Xin 提交于
      * static graph autogen code support for softmax op
      
      * bug fixed
      
      * fix PR-CI-Windows error
      
      * fix CI error
      
      * bug fixed
      
      * fix conflicts
      312f0187
    • C
      support auto generation V2 abs (#53341) · b86bbe85
      cyberslack_lee 提交于
      b86bbe85
    • [static op generation] InstanceNorm (#53340) · 7b81092b
      张春乔 提交于
      * mv InstanceNorm
      
      * modify op_version.yaml
      
      * modify add Operator:: in get_expected_kernel_func.cc
      
      * rm gradexpectedkernel
      
      * add extra
      
      * add float epsilon=1e-5
      7b81092b
    • G
      [phi] move stft to phi - Step 1 (#53517) · 00c21abc
      gouzil 提交于
      * [phi]mv StftKernel to phi
      
      * [phi] fix KernelSignature
      
      * [phi]fix arr error
      
      * [phi] Disable check_dygraph
      
      * [phi]fix include
      
      * [phi] rewrite mutable_data, add output register
      
      * [phi] fix  Alloc
      
      * [phi] fix Alloc again
      
      * [phi] fix mutable_data
      
      * [phi] fix onesided_out Resize
      00c21abc
  5. 15 5月, 2023 6 次提交
  6. 12 5月, 2023 3 次提交
  7. 11 5月, 2023 4 次提交
  8. 10 5月, 2023 4 次提交
  9. 09 5月, 2023 4 次提交
  10. 08 5月, 2023 2 次提交