Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoScheduler] Use PopenPool instead of multiprocessing.pool #8492

Merged
merged 38 commits into from
Aug 12, 2021

Commits on Aug 11, 2021

  1. reapply changes

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    17a65ab View commit details
    Browse the repository at this point in the history
  2. create tvm.testing

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    3ecfbb7 View commit details
    Browse the repository at this point in the history
  3. reorganize testing utils

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    02bdfb9 View commit details
    Browse the repository at this point in the history
  4. remove wild card matching for auto_scheduler_common

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    3100d99 View commit details
    Browse the repository at this point in the history
  5. disable invalid name

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    4b37354 View commit details
    Browse the repository at this point in the history
  6. nit

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    8f659bf View commit details
    Browse the repository at this point in the history
  7. address comments

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    d7d9af6 View commit details
    Browse the repository at this point in the history
  8. linting

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    7bb1aaa View commit details
    Browse the repository at this point in the history
  9. add module docstring

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    1b46d98 View commit details
    Browse the repository at this point in the history
  10. remove __init__.py in testing

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    b339852 View commit details
    Browse the repository at this point in the history
  11. address Junru's comment

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    51976f0 View commit details
    Browse the repository at this point in the history
  12. add __init__.py

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    41182bb View commit details
    Browse the repository at this point in the history
  13. remove testing.py

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    6432d6c View commit details
    Browse the repository at this point in the history
  14. get subpackage to work

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    b76d1aa View commit details
    Browse the repository at this point in the history
  15. avoid wild card matching

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    5a22719 View commit details
    Browse the repository at this point in the history
  16. resolve self import

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    32c5e22 View commit details
    Browse the repository at this point in the history
  17. more dependencies

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    2598c36 View commit details
    Browse the repository at this point in the history
  18. fix ci issues

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    3c172b5 View commit details
    Browse the repository at this point in the history
  19. fixing ci issues

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    d94fb07 View commit details
    Browse the repository at this point in the history
  20. last xgboost error

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    5cb628e View commit details
    Browse the repository at this point in the history
  21. revert changes to xgboost_cost_model

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    2e06c35 View commit details
    Browse the repository at this point in the history
  22. add ErrorTest and _ffi_api

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    e961943 View commit details
    Browse the repository at this point in the history
  23. reorg

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    0aa7ba1 View commit details
    Browse the repository at this point in the history
  24. format _ffi_api.py

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    108402c View commit details
    Browse the repository at this point in the history
  25. fix reimported

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    43b2894 View commit details
    Browse the repository at this point in the history
  26. all changes

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    10aeba9 View commit details
    Browse the repository at this point in the history
  27. fix measure tests

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    615450a View commit details
    Browse the repository at this point in the history
  28. restore tvm.python.testing.py

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    1849e29 View commit details
    Browse the repository at this point in the history
  29. restore python.tvm.testing.utils.py

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    ea27936 View commit details
    Browse the repository at this point in the history
  30. remove task_input_buffer

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    a6e06ee View commit details
    Browse the repository at this point in the history
  31. linting and naming convention updated

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    9991d3f View commit details
    Browse the repository at this point in the history
  32. address comments and update __init__

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    1d7e25f View commit details
    Browse the repository at this point in the history
  33. address comments

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    10288a6 View commit details
    Browse the repository at this point in the history
  34. two imports added

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    ed51463 View commit details
    Browse the repository at this point in the history
  35. Persist PopenWorker

    vinx13 authored and shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    211932a View commit details
    Browse the repository at this point in the history
  36. linting

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    a3274cd View commit details
    Browse the repository at this point in the history
  37. Use PopenpoolExecutor

    vinx13 authored and shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    193709b View commit details
    Browse the repository at this point in the history
  38. linting

    shingjan committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    00d9476 View commit details
    Browse the repository at this point in the history