1. 18 Sep, 2022 1 commit
  2. 15 Sep, 2022 1 commit
  3. 14 May, 2022 1 commit
  4. 17 Apr, 2022 1 commit
  5. 27 Mar, 2022 1 commit
  6. 31 Dec, 2021 1 commit
  7. 20 Dec, 2021 1 commit
  8. 29 Jun, 2021 1 commit
  9. 25 Jun, 2021 1 commit
  10. 22 Jun, 2021 1 commit
  11. 19 Jun, 2021 1 commit
  12. 08 Jun, 2021 1 commit
  13. 31 May, 2021 1 commit
  14. 13 May, 2021 1 commit
  15. 07 May, 2021 1 commit
  16. 01 May, 2021 1 commit
  17. 28 Apr, 2021 1 commit
  18. 21 Apr, 2021 1 commit
  19. 14 Apr, 2021 1 commit
  20. 08 Apr, 2021 1 commit
    • Update with the new frontend API · f431756f
      Summary:
      The new frontend makes an union of two execution modes, while starts from
      a single tensor class. Besides, it emits the operator execution through
      a common path that works both for dragon and torch.
      Ting PAN committed
  21. 04 Feb, 2021 1 commit
    • Reimplement the general matrix multiplication · 6bfe3e73
      Summary:
      This commit generalizes the fully-connected operation into GEMM,
      and enhances the matmul operation via batched Dot, GEMV and GEMM.
      New representations and attributes have been consistent with ONNX.
      Ting PAN committed
  22. 25 Jan, 2021 1 commit
  23. 20 Jan, 2021 1 commit
  24. 16 Jan, 2021 1 commit
  25. 29 Dec, 2020 1 commit
  26. 23 Dec, 2020 1 commit
  27. 15 Dec, 2020 1 commit
  28. 11 Dec, 2020 1 commit
  29. 10 Dec, 2020 1 commit
  30. 09 Dec, 2020 1 commit
  31. 03 Dec, 2020 1 commit
  32. 02 Dec, 2020 1 commit
  33. 29 Nov, 2020 1 commit
  34. 05 Nov, 2020 1 commit
    • Use FP32 accumulator for FP16 ReduceSum · d56e67d1
      Summary:
      This commit adds a fallback with FP32 accumulator
      for FP16 ReduceSum to avoid dropping too many small values.
      Besides, FP16 kernels for arch < 530 are almost available.
      Ting PAN committed
  35. 24 Oct, 2020 1 commit
  36. 20 Oct, 2020 1 commit
  37. 14 Oct, 2020 1 commit
  38. 13 Oct, 2020 1 commit
    • Add LinSpace Operator · e83c407a
      Summary:
      This commit adds the linspace op for dragon, torch and tensorflow.
      And, a workaround for truncated int interval is made to range/linspace (up to 2**57).
      Ting PAN committed
  39. 08 Oct, 2020 1 commit
  40. 07 Oct, 2020 1 commit