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

output recording #29

Merged
merged 55 commits into from
Aug 19, 2020
Merged

output recording #29

merged 55 commits into from
Aug 19, 2020

Commits on Jul 10, 2020

  1. Configuration menu
    Copy the full SHA
    733399e View commit details
    Browse the repository at this point in the history
  2. comment cleanup

    Luis A. Plana committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    b192e02 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. added tick_data recording channel.

    Luis A. Plana committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    4fce4b9 View commit details
    Browse the repository at this point in the history
  2. started support for generating Lens-style output files.

    Luis A. Plana committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    f37eb71 View commit details
    Browse the repository at this point in the history
  3. updates to match output file format with output_mon_lens.

    Luis A. Plana committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    c947ff5 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. added 'pause' function to allow debugging with ybug.

    Luis A. Plana committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    252f44b View commit details
    Browse the repository at this point in the history
  2. tick data is now recorded by only one core.

    Luis A. Plana committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    bbe9a17 View commit details
    Browse the repository at this point in the history
  3. moved a few io_printf statements to DEBUG blocks.

    Luis A. Plana committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    78325cb View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into output_recording

    Luis A. Plana committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    5485304 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. added test_results recording channel.

    Luis A. Plana committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    bfbcbf2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

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

Commits on Jul 21, 2020

  1. minor code cleanup.

    Luis A. Plana committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    f28fb57 View commit details
    Browse the repository at this point in the history
  2. updated references to Lens manual.

    Luis A. Plana committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    7cdba55 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. updated comments related to thread semaphores.

    Luis A. Plana committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    5171946 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. initial changes to avoid tick 0 in w cores.

    Luis A. Plana committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    317579b View commit details
    Browse the repository at this point in the history
  2. minor updates.

    Luis A. Plana committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    c817fe3 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. introduced example synchronisation.

    Luis A. Plana committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    d19eeda View commit details
    Browse the repository at this point in the history
  2. updated debug reporting of weights.

    Luis A. Plana committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    13ada87 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    433ed92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c40342c View commit details
    Browse the repository at this point in the history
  3. cleaned up s and i core thread management.

    Luis A. Plana committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    8a6e4d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. cleaned up t core thread management.

    Luis A. Plana committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    0b4d4d8 View commit details
    Browse the repository at this point in the history
  2. cleaned up w core thread management.

    Luis A. Plana committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    52c9a49 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. cleaned up network stop handling.

    Luis A. Plana committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    b817d28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f3dc02 View commit details
    Browse the repository at this point in the history
  3. minor clean up of debug code.

    Luis A. Plana committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    566c1c8 View commit details
    Browse the repository at this point in the history
  4. minor clean up of packet reception.

    Luis A. Plana committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    038fd95 View commit details
    Browse the repository at this point in the history
  5. minor changes to DEBUG_THRDS code.

    Luis A. Plana committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    3de1b35 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Configuration menu
    Copy the full SHA
    7280def View commit details
    Browse the repository at this point in the history
  2. cleaned up calls to advance_tick in s cores.

    Luis A. Plana committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    a0cda4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de5741d View commit details
    Browse the repository at this point in the history
  4. updated outdated comments.

    Luis A. Plana committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    0fd2f9f View commit details
    Browse the repository at this point in the history
  5. clean up of TODO: comments.

    Luis A. Plana committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    4c5c669 View commit details
    Browse the repository at this point in the history
  6. further clean up of TODO: comments.

    Luis A. Plana committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    6876e9a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. fixed a DEBUG print message.

    Luis A. Plana committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    291bdea View commit details
    Browse the repository at this point in the history
  2. major refactoring of w core packet handling for clarity.

    Luis A. Plana committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    1f3fe3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    455884f View commit details
    Browse the repository at this point in the history
  4. code clean up: comments and unused variables.

    Luis A. Plana committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    06f0347 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'wcore_pkt_handling' into thread_refactoring

    Luis A. Plana committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    05e27cc View commit details
    Browse the repository at this point in the history
  6. added DEBUG output for unexpected packet.

    Luis A. Plana committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    ea06f32 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. updated outdated comments.

    Luis A. Plana committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    e3da73b View commit details
    Browse the repository at this point in the history
  2. clean up: outdated comments and badly-named variables.

    Luis A. Plana committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    63ef127 View commit details
    Browse the repository at this point in the history
  3. major refactoring of t core packet handling for clarity.

    Luis A. Plana committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    bffc6e1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #30 from SpiNNakerManchester/thread_refactoring

    Thread refactoring
    Luis A. Plana committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    0197ada View commit details
    Browse the repository at this point in the history
  5. removed trailing spaces.

    Luis A. Plana committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    109a717 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. added a comment.

    Luis A. Plana committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    b2eb620 View commit details
    Browse the repository at this point in the history
  2. added TODO status to a couple of comments.

    Luis A. Plana committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    b1ddd24 View commit details
    Browse the repository at this point in the history
  3. fixed a link delta sum cast and a net cast, and cleaned up fixed poin…

    …t parameters.
    Luis A. Plana committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    aa02605 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. implemented recording options.

    Luis A. Plana committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    8242969 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. added print statements to function 'recording_options'.

    Luis A. Plana committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    36668df View commit details
    Browse the repository at this point in the history
  2. documented recorded data structures in 'mlp_network.py'.

    Luis A. Plana committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    7547b93 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. introduced synchronisation to switch to backprop phase.

    Luis A. Plana committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    d1ee65a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. updated outdated comments.

    Luis A. Plana committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    070004d View commit details
    Browse the repository at this point in the history
  2. updated #ifdef expressions for DEBUG_EXIT flag.

    Luis A. Plana committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    5563bcd View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

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