3
0

SOURCES.txt 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. LICENSE
  2. README.md
  3. setup.py
  4. ./tutel/custom/custom_kernel.cpp
  5. tutel/__init__.py
  6. tutel/jit.py
  7. tutel/moe.py
  8. tutel/net.py
  9. tutel/system.py
  10. tutel.egg-info/PKG-INFO
  11. tutel.egg-info/SOURCES.txt
  12. tutel.egg-info/dependency_links.txt
  13. tutel.egg-info/not-zip-safe
  14. tutel.egg-info/requires.txt
  15. tutel.egg-info/top_level.txt
  16. tutel/checkpoint/__init__.py
  17. tutel/checkpoint/gather.py
  18. tutel/checkpoint/scatter.py
  19. tutel/custom/__init__.py
  20. tutel/examples/__init__.py
  21. tutel/examples/helloworld.py
  22. tutel/examples/helloworld_amp.py
  23. tutel/examples/helloworld_ddp.py
  24. tutel/examples/helloworld_ddp_tutel.py
  25. tutel/examples/helloworld_demo.py
  26. tutel/examples/helloworld_from_scratch.py
  27. tutel/examples/helloworld_switch.py
  28. tutel/examples/moe_cifar10.py
  29. tutel/examples/moe_mnist.py
  30. tutel/examples/nccl_all_gather_v.py
  31. tutel/examples/nccl_all_to_all_v.py
  32. tutel/experts/__init__.py
  33. tutel/experts/ffn.py
  34. tutel/gates/__init__.py
  35. tutel/gates/cosine_top.py
  36. tutel/gates/top.py
  37. tutel/impls/__init__.py
  38. tutel/impls/communicate.py
  39. tutel/impls/fast_dispatch.py
  40. tutel/impls/jit_compiler.py
  41. tutel/impls/losses.py
  42. tutel/impls/moe_layer.py
  43. tutel/impls/overlap.py
  44. tutel/jit_kernels/__init__.py
  45. tutel/jit_kernels/gating.py
  46. tutel/jit_kernels/sparse.py
  47. tutel/launcher/__init__.py
  48. tutel/launcher/execl.py
  49. tutel/launcher/run.py
  50. tutel/parted/__init__.py
  51. tutel/parted/patterns.py
  52. tutel/parted/solver.py
  53. tutel/parted/spmdx.py
  54. tutel/parted/backend/__init__.py
  55. tutel/parted/backend/torch/__init__.py
  56. tutel/parted/backend/torch/config.py
  57. tutel/parted/backend/torch/executor.py