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

[DO NOT MERGE] Parallel execution #259

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 30, 2021

  1. Configuration menu
    Copy the full SHA
    472ea51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14164f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

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

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    20fa0ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54cac5f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Add missing header file

    denisalevi committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    5e51beb View commit details
    Browse the repository at this point in the history
  2. Add CUDA stream parameter to codeobj_func typedef

    This also adds an unused `stream` parameter to the RNG function, which
    is the only network function that always runs in the default stream (for
    now).
    denisalevi committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    1a1c7e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

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

Commits on May 21, 2022

  1. Add synaptic changes

    SudeshnaBora committed May 21, 2022
    Configuration menu
    Copy the full SHA
    2555e2e View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Link cudart during compilation

    Required for `cudaStream_t` in `network.cu`
    denisalevi committed May 25, 2022
    Configuration menu
    Copy the full SHA
    417baa8 View commit details
    Browse the repository at this point in the history