Comment changes are shownComment changes are hidden
Commit
3 years ago
Autotuning (#1554) * [squash] Staging autotuning v4 Co-authored-by: Cheng Li <pistasable@gmail.com> Co-authored-by: Minjia Zhang <minjiaz@microsoft.com> Co-authored-by: Olatunji Ruwase <olruwase@microsoft.com> Co-authored-by: Jeff Rasley <jerasley@microsoft.com> * add new extra, guard xgboost, cleanup dead files (#268) * Fix autotuning docs (#1553) * fix docs * rewording the goal * fix typos * fix typos (#1556) * fix typos * fix format * fix bug (#1557) * fix bug Co-authored-by: Jeff Rasley <jerasley@microsoft.com> Co-authored-by: Minjia Zhang <minjiaz@microsoft.com> Co-authored-by: Olatunji Ruwase <olruwase@microsoft.com>
Author
Parents
  • .github/workflows
    • File
      formatting.yml
    • File
      main.yml
  • File
    MANIFEST.in
  • deepspeed
    • autotuning
      • File
        .gitignore
      • File
        README.md
      • File
        __init__.py
      • File
        autotuner.py
      • File
        config.py
      • config_templates
        • File
          template_zero0.json
        • File
          template_zero1.json
        • File
          template_zero2.json
        • File
          template_zero3.json
      • File
        constants.py
      • File
        scheduler.py
      • tuner
        • File
          README.md
        • File
          __init__.py
        • File
          base_tuner.py
        • File
          cost_model.py
        • File
          index_based_tuner.py
        • File
          model_based_tuner.py
        • File
          utils.py
      • File
        utils.py
    • launcher
      • File
        runner.py
    • runtime
      • File
        config.py
      • File
        config_utils.py
      • File
        engine.py
      • File
        utils.py
      • zero
        • File
          offload_config.py
        • File
          offload_constants.py
        • File
          partition_parameters.py
        • File
          stage2.py
    • utils
      • File
        logging.py
      • File
        timer.py
  • docs
    • File
      _config.yml
    • _data
      • File
        navigation.yml
    • _pages
      • File
        config-json.md
      • File
        features.md
    • _tutorials
      • File
        autotuning.md
    • code-docs/source
      • File
        autotuning.rst
      • File
        index.rst
  • requirements
    • File
      requirements-autotuning-ml.txt
    • File
      requirements-autotuning.txt
    • File
      requirements.txt
  • File
    setup.py
  • tests/unit
    • File
      test_autotuning.py
    • File
      test_zero.py