Skip to content

Commit e4a9ce2

Browse files
authored
Corrected code style violation for GPUModel.cpp
1 parent 9eeca7f commit e4a9ce2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Simulator/Core/GPUModel.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)