1. 01 6月, 2021 9 次提交
  2. 31 5月, 2021 11 次提交
  3. 29 5月, 2021 1 次提交
  4. 28 5月, 2021 7 次提交
  5. 27 5月, 2021 7 次提交
  6. 26 5月, 2021 5 次提交
    • T
      ut fix (#33102) · e05a7a49
      tangwei12 提交于
      
      Change-Id: I2e82dfcee6a1d0512b94cebc32281123fa5bf597
      
      * pretty print for datafeed error
      
      Change-Id: I056a8b6f03608e96679a83846c97aed289cef7e6
      
      * fix fleet dist infer ut
      e05a7a49
    • L
      [NPU] fix compile issue caused by dev changes (#33137) · 865f0c1f
      Leo Chen 提交于
      865f0c1f
    • C
      modify matmul Op to complex template types (#33130) · 6c07cd7e
      chentianyu03 提交于
      * modify matmul Op to complex template types
      
      * remove complex64/128 head file
      6c07cd7e
    • L
      [NPU] refine NpuOpRunner (#32869) · 8259d9bf
      Leo Chen 提交于
      * refine ~npuOpRunner
      
      * implement destructor and forbid copy
      
      * use reference to avoid copy
      
      * use const reference
      
      * relax adam precision
      
      * fix top_k
      8259d9bf
    • W
      optimize OP's compilation time (#32617) · 78ecb668
      wuhuanzhou 提交于
      * optimize OP's compilation time, test=develop
      
      * add more op and run ci test, test=develop
      
      * CUDA Kernel register in cc file, test=develop
      
      * fix macros, test=develop
      
      * fix undefined symbol error, test=develop
      
      * fix compilation error and undefined symbol, test=develop
      
      * fix compilation error on Windows, test=develop
      
      * fix compilation error on Windows, test=develop
      78ecb668