1. 12 10月, 2021 1 次提交
  2. 11 10月, 2021 1 次提交
  3. 09 10月, 2021 1 次提交
  4. 29 9月, 2021 2 次提交
  5. 23 9月, 2021 1 次提交
  6. 22 9月, 2021 1 次提交
  7. 17 9月, 2021 2 次提交
  8. 16 9月, 2021 1 次提交
  9. 14 9月, 2021 1 次提交
  10. 13 9月, 2021 2 次提交
  11. 09 9月, 2021 1 次提交
  12. 08 9月, 2021 1 次提交
  13. 06 9月, 2021 1 次提交
  14. 03 9月, 2021 1 次提交
  15. 26 8月, 2021 1 次提交
    • L
      Add feed_forward for fused attention op. (#34945) · d1a33bc7
      Li Min 提交于
      Describe
      
      Add feed_forward for fused attention op.
      (1) Encapsulate matmul impl (forward and backward) used in attention op.
      (2) Implement bias_add (forward and backward) used in attention op.
      d1a33bc7
  16. 23 8月, 2021 1 次提交
    • L
      Refactor the organization of layer_norm cuda impl. (#34883) · 7f5eb533
      Li Min 提交于
      Refactor the organization of layer_norm cuda impl so that it can be reused in fused attention op.
      
          Extract the layer_norm cuda impl form layer_norm_op.cu to layer_norm_kernel.cu.h.
          Define fused/attention_layer_norm.h, which can be used in fused attention op in next PR.
      7f5eb533
  17. 12 8月, 2021 1 次提交
  18. 05 7月, 2021 1 次提交
  19. 12 6月, 2021 1 次提交
  20. 14 5月, 2021 1 次提交
    • K
      Fix four error messages (#32899) · c4787d76
      Kqnonrime 提交于
      * fix two error message
      
      * fix two error message
      
      * fix error
      
      * fix error
      
      * fix error
      
      * fix error
      
      * fix some error message
      
      * fix some error
      
      * fix error
      
      * fix some error
      
      * fix some error
      
      * fix some error
      
      * fix one error
      
      * fix some error
      
      * fix seven error message
      
      * fix error
      
      * fix error
      
      * fix error
      
      * fix error
      
      * fix some error message
      
      * fix error
      
      * fix some error
      
      * fix some error
      
      * fix four error message
      
      * fix error
      
      * fix error
      c4787d76
  21. 06 5月, 2021 1 次提交
    • R
      [ROCM] bugfix for unittest (#32392) · 31392627
      ronnywang 提交于
      * fix test_unpool_op
      
      * fix test_inplace_addto_strategy
      
      * fix test_conv2d_fusion_op
      
      * fix test_imperative_lod_tensor_to_selected_rows, test_imperative_selected_rows_to_lod_tensor
      
      * fix test_dot_op
      
      * fix test_correlation_op
      
      * fix tracer
      
      * fix test_memcpy_op
      31392627
  22. 15 4月, 2021 1 次提交
  23. 30 3月, 2021 1 次提交
  24. 26 3月, 2021 1 次提交
  25. 04 3月, 2021 1 次提交
  26. 03 3月, 2021 1 次提交
  27. 19 2月, 2021 1 次提交
  28. 27 1月, 2021 1 次提交
    • J
      REUPLOAD Added vanilla LSTM and LSTM with peepholes oneDNN fp32 kernel (#30719) · f8da5536
      jakpiase 提交于
      * added external reorder to profiler
      
      * resolved conflict
      
      * added enable_static
      
      * initial version of lstm, not working yet
      
      * added lstm to operators.cmake
      
      * added vanilla lstm mkldnn op
      
      * added peephole weights integration
      
      * minor changes
      
      * added formatting
      
      * added fusion_lstm_mkldnn to static_whitelist
      
      * added formatting
      
      * removed comment
      
      * moved use_peepholes attribute inside is_cached block
      
      * reverted wrong changes
      
      * minor formatting change
      
      * minor changes
      
      * changed stream handling
      
      * minor change
      
      * added datatype to GetExpectedKernelType()
      
      * added reading stream from TLS
      f8da5536
  29. 26 1月, 2021 2 次提交
  30. 25 1月, 2021 2 次提交
  31. 11 1月, 2021 3 次提交
  32. 10 1月, 2021 1 次提交
  33. 06 1月, 2021 1 次提交