-
Notifications
You must be signed in to change notification settings - Fork 17
Release v 1.1 #871
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
Release v 1.1 #871
Conversation
Update development to include EventBuffer unit tests
…-test [ISSUE-703] Add Serialization tests for CPU neural simulations
…bular-view Issue 518 visualizer tabular view
Changed file name and pasted in new top-level diagram.
[hotfix-issue-756] Apply hotfixes to SharedDevelopment
Also tweaked the old details about cherry picking into master, so the reader can understand why we're doing this complicated approach.
…ph files for clarity
…l-test [ISSUE 754] Add serial-File-Access-Test Removed During Serialization Test Update
…ng/Graphitti into SharedDevelopment
Update of Documentation Organization & Error Correction
This was moved out of GPU model and into AllSpikingNeurons_d.cpp a while back.
Moving GPU memory management to OperationManager (clean)
Output weight matrix
…-updates-neuro-ng911
…ng911 Recorder Updates for Neuro and NG911
Release for summer 2025
|
@stiber I was seeing some compile issues on a branch I just made off of SharedDevelopment when compiling for the GPU so I checked this branch out to confirm if it was something I did or not. I got the same errors. They are as follows:
|
|
@stiber I figured out 2. The registerHistoryVariables implementation was inside of a #if !(USE_GPU) so the linker couldn't find it. I will create a branch off of SharedDevelopment with these changes and we can pull them into the release branch when we are happy with the proposed fixes. In addition, the GPU regression tests don't pass. It looks like their results files were not updated; they are missing the x_location, y_location, and vertexTypeMap outputs. I will include those in the PR. |
* Implement data member for use by ConnGrowth_d * Move registerHistoryVariables so it can be linked for GPU * Add new output from Recorder updates to GPU regression results
Release for summer 2025, ready for final checks and release creation.
Testing (Mandatory for all changes)
test-medium-connected.xmlPassedtest-large-long.xmlPassed