1. 31 5月, 2021 2 次提交
  2. 28 5月, 2021 3 次提交
  3. 27 5月, 2021 3 次提交
  4. 26 5月, 2021 7 次提交
  5. 25 5月, 2021 5 次提交
  6. 24 5月, 2021 1 次提交
  7. 22 5月, 2021 1 次提交
    • J
      Added oneDNN matmul grad BF16/FP32 kernel (#32968) · e2a3a6f7
      jakpiase 提交于
      * added support for most matmul cases
      
      * added more functionality
      
      * full functionality of matmul op, fp32 only
      
      * added bf16 tests and functionality
      
      * added formatting
      
      * changes after review
      
      * minor change
      
      * added reviewers suggestions
      e2a3a6f7
  8. 21 5月, 2021 3 次提交
  9. 20 5月, 2021 4 次提交
    • T
      fix gather op and add logsumexp op on kunlun (#32931) · a96e8bc9
      TTerror 提交于
      * fix gather op and add logsumexp op on kunlun
      
      * update xpu depence
      
      * update tests and fix elementwise_add
      a96e8bc9
    • B
      revert_matmulv2_npu (#33014) · be8e94aa
      Baibaifan 提交于
      be8e94aa
    • C
      Add complex template type (#32857) · 738bf20e
      chentianyu03 提交于
      * add complex template file
      
      * add numtraits for complex template
      
      * add complex template type register
      
      * modify specify template of complex
      
      * modify specify template of complex
      
      * modify specify template of complex
      
      * modify specify template of complex
      
      * make TensorCheckerVisitor support complex type
      
      * fix operator= error
      
      * add complex template
      
      * add complex template type
      
      * add complex template type to pyarray transform
      
      * add complex template type to pyarray transform
      
      * remove complex type for dlpack register
      
      * set dlpack supprot complex type
      
      * set dlpack supprot complex type
      
      * set dlpack supprot complex type
      
      * remove explict for complex constructor
      
      * add complex unit test file
      738bf20e
    • L
      14949521
  10. 19 5月, 2021 2 次提交
  11. 18 5月, 2021 4 次提交
  12. 14 5月, 2021 4 次提交
  13. 13 5月, 2021 1 次提交
    • L
      [NPU] support global accumulator for adam (#32780) · dace3fd5
      Leo Chen 提交于
      * add use_global_beta_pow
      
      * add use_global_beta_pow
      
      * update npu kernel
      
      * update python api
      
      * refine code
      
      * add ut for use_global_beta_pow
      
      * fix npu kernel
      
      * add ut for api
      
      * add ut for exception
      
      * add ut for save/load
      dace3fd5