We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0201c7 commit be054b0Copy full SHA for be054b0
Simulator/Vertices/Neuro/AllSpikingNeurons.h
@@ -159,6 +159,9 @@ struct AllSpikingNeuronsDeviceProperties : public AllVerticesDeviceProperties {
159
/// On the next advance cycle, vertices add the values stored in their corresponding
160
/// summation points to their Vm and resets the summation points to zero
161
BGFLOAT *summationPoints_;
162
+ #ifdef VALIDATION_MODE
163
+ BGFLOAT *spValidation_;
164
+ #endif
165
};
166
#endif // defined(USE_GPU)
167
0 commit comments