File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -325,9 +325,9 @@ void GPUModel::copySynapseIndexMapHostToDevice(EdgeIndexMap &synapseIndexMapHost
325325// / @param[in] allEdgesDevice Pointer to Synapse structures in device memory.
326326__global__ void
327327 calcSummationPointDevice (int totalVertices,
328- AllSpikingNeuronsDeviceProperties *__restrict__ allVerticesDevice,
329- const EdgeIndexMapDevice *__restrict__ synapseIndexMapDevice_,
330- const AllSpikingSynapsesDeviceProperties *__restrict__ allEdgesDevice)
328+ AllSpikingNeuronsDeviceProperties *__restrict__ allVerticesDevice,
329+ const EdgeIndexMapDevice *__restrict__ synapseIndexMapDevice_,
330+ const AllSpikingSynapsesDeviceProperties *__restrict__ allEdgesDevice)
331331{
332332 // The usual thread ID calculation and guard against excess threads
333333 // (beyond the number of vertices, in this case).
You can’t perform that action at this time.
0 commit comments