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

Support both row-wise and col-wise multi-threading #2699

Merged
merged 33 commits into from
Feb 2, 2020
Merged

Commits on Jan 20, 2020

  1. commit

    guolinke committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    c8883fc View commit details
    Browse the repository at this point in the history
  2. fix a bug

    guolinke committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    281dd32 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. fix bug

    guolinke committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    ea718c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. reset to track changes

    guolinke committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    2ad4af5 View commit details
    Browse the repository at this point in the history
  2. refine the auto choose logic

    guolinke committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    748c95a View commit details
    Browse the repository at this point in the history
  3. sort the time stats output

    guolinke committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    0340ffd View commit details
    Browse the repository at this point in the history
  4. fix include

    guolinke committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    d3434c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c4ea1a View commit details
    Browse the repository at this point in the history
  6. add cmake

    guolinke committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    6cac288 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    afdbf3c View commit details
    Browse the repository at this point in the history
  8. fix cmake bug

    guolinke committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    210ac4b View commit details
    Browse the repository at this point in the history
  9. timer for split

    guolinke committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    ad2865d View commit details
    Browse the repository at this point in the history
  10. try to fix cmake

    guolinke committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    4c4a33b View commit details
    Browse the repository at this point in the history
  11. fix tests

    guolinke committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    2a33dcb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    256e6d9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a722b38 View commit details
    Browse the repository at this point in the history
  14. fix test

    guolinke committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    7a59f19 View commit details
    Browse the repository at this point in the history
  15. typo

    guolinke committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    1ac8283 View commit details
    Browse the repository at this point in the history
  16. formating

    guolinke committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    5b8de4f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Revert "formating"

    This reverts commit 5b8de4f.
    guolinke committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    106c081 View commit details
    Browse the repository at this point in the history
  2. add document

    guolinke committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    382e13e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dec3d79 View commit details
    Browse the repository at this point in the history
  4. naming

    guolinke committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    d2fb9b3 View commit details
    Browse the repository at this point in the history
  5. fix gpu code

    guolinke committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    5db5d74 View commit details
    Browse the repository at this point in the history
  6. Update include/LightGBM/bin.h

    Co-Authored-By: James Lamb <jaylamb20@gmail.com>
    guolinke and jameslamb authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    7fda05a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27a7209 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4623cd4 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

  1. fix omp

    guolinke committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    38d1e57 View commit details
    Browse the repository at this point in the history
  2. not avx2

    guolinke committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    8e27631 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c86a479 View commit details
    Browse the repository at this point in the history
  4. Revert "refactor DataPartition::Split"

    This reverts commit 256e6d9.
    guolinke committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    737e9c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce5f66b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. reduce the memory cost

    guolinke committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    a123c47 View commit details
    Browse the repository at this point in the history