1. 22 Jun, 2021 1 commit
  2. 19 Jun, 2021 1 commit
  3. 08 Jun, 2021 1 commit
    • Enhance transpose operators · 936c351b
      Summary:
      This commit allows transpose to compute in-place by leveraging buffer.
      We also adds CRD mode for space-depth transpose (i.e., pixel shuffle).
      Ting PAN committed
  4. 31 May, 2021 1 commit
  5. 13 May, 2021 1 commit
  6. 07 May, 2021 1 commit
  7. 01 May, 2021 1 commit
  8. 28 Apr, 2021 1 commit
  9. 21 Apr, 2021 1 commit
    • Add GELU operator · bdf4e10f
      Summary:
      This commit adds GELU activation to compute output
      via approximate or naive mode.
      Ting PAN committed
  10. 14 Apr, 2021 1 commit
  11. 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
  12. 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
  13. 25 Jan, 2021 1 commit
  14. 20 Jan, 2021 1 commit
  15. 16 Jan, 2021 1 commit
  16. 29 Dec, 2020 1 commit
  17. 23 Dec, 2020 1 commit
  18. 15 Dec, 2020 1 commit
  19. 11 Dec, 2020 1 commit
  20. 10 Dec, 2020 1 commit
  21. 09 Dec, 2020 1 commit
  22. 03 Dec, 2020 1 commit
  23. 02 Dec, 2020 1 commit
  24. 29 Nov, 2020 1 commit
  25. 05 Nov, 2020 1 commit
  26. 24 Oct, 2020 1 commit
  27. 20 Oct, 2020 1 commit
  28. 14 Oct, 2020 1 commit
  29. 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
  30. 08 Oct, 2020 1 commit
  31. 07 Oct, 2020 1 commit
  32. 27 Sep, 2020 1 commit
    • Use local workspace for Context · fdf26ef2
      Summary:
      This commit uses local(thread or stream) workspace for Context,
      which provides a more elegant way to dispatch kernels requiring scratch.
      Besides, TF32 math type is provided as a cuDNN option for Ampere device.
      Ting PAN committed
  33. 10 Sep, 2020 1 commit
    • Add Unique Operator · 1dd8aeef
      Summary:
      This commit adds the unique op for dragon, torch, tensorflow and onnx.
      Besides, fixes the bug that gets the wrong workspace size in cached cudnn convolution.
      Ting PAN committed
  34. 05 Sep, 2020 1 commit
  35. 30 Aug, 2020 1 commit
  36. 23 Aug, 2020 1 commit
  37. 12 Aug, 2020 1 commit
  38. 07 Aug, 2020 1 commit
  39. 05 Aug, 2020 1 commit
    • Remove the deprecated DALI API · 218796ed
      Summary:
      This commit removes the deprecated API for DALI 0.24.
      Besides, variable length keyword arguments are added for forward compatibility.
      Ting PAN committed
  40. 03 Aug, 2020 1 commit