1. 23 Dec, 2020 1 commit
  2. 15 Dec, 2020 1 commit
  3. 11 Dec, 2020 1 commit
  4. 10 Dec, 2020 1 commit
  5. 09 Dec, 2020 1 commit
    • Refactor ONNX frontends and backends · b93bde0d
      Summary:
      This commit redesigns the ``vm.onnx`` by referring the official repository.
      Frontends and backends are aligned with identical API for dragon, torch and tensorrt.
      Ting PAN committed
  6. 03 Dec, 2020 1 commit
  7. 02 Dec, 2020 1 commit
  8. 29 Nov, 2020 1 commit
  9. 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
  10. 24 Oct, 2020 1 commit
  11. 20 Oct, 2020 1 commit
  12. 14 Oct, 2020 1 commit
  13. 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
  14. 08 Oct, 2020 1 commit
  15. 07 Oct, 2020 1 commit
    • Add Sort Operator · b4019faa
      Summary:
      This commit adds the sort op for dragon, torch and tensorflow.
      Besides, cuda implementation of topk op is now available.
      Ting PAN committed
  16. 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
  17. 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
  18. 05 Sep, 2020 1 commit
    • Use sequential sampling as the default shuffle policy · 80267d8f
      Summary:
      This commit reimplements the default shuffle policy of data reader with
      sequential sampling (be consistent with DALI) instead of chunk permutation (MXNet solution).
      Sequential sampling is tuned by argument ``initial_fill`` only, and works both for HDD and SSD.
      Ting PAN committed
  19. 30 Aug, 2020 1 commit
  20. 23 Aug, 2020 1 commit
  21. 12 Aug, 2020 1 commit
  22. 07 Aug, 2020 1 commit
  23. 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
  24. 03 Aug, 2020 1 commit
  25. 30 Jul, 2020 1 commit
  26. 25 Jul, 2020 1 commit
  27. 24 Jul, 2020 1 commit
  28. 16 Jul, 2020 1 commit
  29. 15 Jul, 2020 1 commit
  30. 14 Jul, 2020 1 commit
  31. 13 Jul, 2020 2 commits
  32. 11 Jul, 2020 1 commit
  33. 06 Jul, 2020 1 commit
  34. 22 Jun, 2020 2 commits
  35. 17 Jun, 2020 1 commit
  36. 31 May, 2019 1 commit
  37. 26 May, 2019 1 commit
  38. 21 May, 2019 1 commit