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

Fix statemonitor #279

Merged
merged 8 commits into from
Mar 31, 2022
Merged

Fix statemonitor #279

merged 8 commits into from
Mar 31, 2022

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    f1ca7ef View commit details
    Browse the repository at this point in the history
  2. Perform thread check in group templates on _vectorisation_idx

    This is the index that determines parallelization over threads, hence
    this should be used for checking which threads return.
    denisalevi committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    e30664e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e8a1bd View commit details
    Browse the repository at this point in the history
  4. Refactor and fix statemonitor template

    Fixes bug in #201, without optimizing it yet.
    denisalevi committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    a774976 View commit details
    Browse the repository at this point in the history
  5. Modify state monitor test for >1024 threads

    Now it actually tests something instead just failing to notify about
    issue #201 (which is solved now)
    denisalevi committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    2d19fbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    638368f View commit details
    Browse the repository at this point in the history
  7. Record StateMonitor N and t only on host

    Previously, they were unnecessarily copied them to device memory at each
    time step.
    denisalevi committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    b737cad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b8839f View commit details
    Browse the repository at this point in the history