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

Implementation of CPU multi-threading #80

Merged
merged 41 commits into from
Jul 22, 2017
Merged

Implementation of CPU multi-threading #80

merged 41 commits into from
Jul 22, 2017

Commits on Jul 14, 2017

  1. Configuration menu
    Copy the full SHA
    9ae48f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    497c55a View commit details
    Browse the repository at this point in the history
  3. Fix pyflakes errors

    MKirchen committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    8f2e3ff View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2017

  1. Configuration menu
    Copy the full SHA
    380b326 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2017

  1. Configuration menu
    Copy the full SHA
    af15196 View commit details
    Browse the repository at this point in the history
  2. Fix pyflakes errors

    RemiLehe committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    1e252be View commit details
    Browse the repository at this point in the history
  3. Merge pull request #82 from RemiLehe/better_thread_scaling

    Allow better scaling of the deposition with number of threads
    MKirchen committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    f8536d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e539347 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9ce679 View commit details
    Browse the repository at this point in the history
  6. Fix thread index calculation

    RemiLehe committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    eedf019 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Fix automated tests

    RemiLehe committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    3a5f0f0 View commit details
    Browse the repository at this point in the history
  2. Implement parallel reduce

    RemiLehe committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    a3c2248 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da28bbe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #83 from RemiLehe/parallel_reduction

    Implement parallel reduce
    MKirchen committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    1d9c4a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f70cca1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2053e1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    392354d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7055845 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a22108 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. Configuration menu
    Copy the full SHA
    c2f75b3 View commit details
    Browse the repository at this point in the history
  2. Create threading_utils.py

    RemiLehe committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    18486c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fce6692 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6c3584 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c52a62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8458a0d View commit details
    Browse the repository at this point in the history
  7. Corrected push_x's return

    RemiLehe committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    6317aa3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c817b44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f1f2ab2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    54bd6f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. Configuration menu
    Copy the full SHA
    5d2c7e5 View commit details
    Browse the repository at this point in the history
  2. Correct pyflakes errors

    RemiLehe committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    62e37c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    076b668 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e654a1 View commit details
    Browse the repository at this point in the history
  5. Remove arguments nthreads

    RemiLehe committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    11ce49d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #89 from RemiLehe/threaded_grids

    Threaded grids, and avoiding duplication
    MKirchen committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    ffe436c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #91 from RemiLehe/thread_shift_window

    Thread shift window
    MKirchen committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    93149c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    77be6cf View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2017

  1. Configuration menu
    Copy the full SHA
    7772819 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afd5d3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d35a7c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6204585 View commit details
    Browse the repository at this point in the history