Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: brian-team/brian2cuda Loading
base: master
Choose a base ref
...
head repository: brian-team/brian2cuda Loading
compare: deleteme
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 18 files changed
  • 1 contributor

Commits on Oct 28, 2022

  1. Remove before/after_network_run slot creation

    These are now created in Brian2 already
    denisalevi committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    1907333 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Configuration menu
    Copy the full SHA
    9009e9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    888aaf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e731ce3 View commit details
    Browse the repository at this point in the history
  4. Implement ComputationTimeSummary

    For now, this can be enabled via `set_device(..., report_timers=True`,
    but should eventually be moved into brian2
    denisalevi committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    6b96167 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37d69e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    4b21313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2adc797 View commit details
    Browse the repository at this point in the history
  3. Remove check for occurrences of multiple pre-post synapses

    This check is only required when one of the `SynapticPathway` objects of
    the `Synapses` object does not use atomics and has synaptic effect mode
    `target`. Since we use atomics by default now, I removed the check. If
    we ever want to be able to not use atomics, we need to reactivate the
    multi occurrence check here accordingly (see comments in code of this
    commit).
    denisalevi committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    958e31f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2307df6 View commit details
    Browse the repository at this point in the history
Loading