@@ -206,7 +206,7 @@ class GPUSpikingCluster : public Cluster {
206
206
* @param[in] sim_info Pointer to the simulation information.
207
207
* @param[in] clr_info Pointer to the cluster information.
208
208
*/
209
- virtual void calcSummationMap_1 (const SimulationInfo *sim_info, const ClusterInfo *clr_info);
209
+ // virtual void calcSummationMap_1(const SimulationInfo *sim_info, const ClusterInfo *clr_info);
210
210
211
211
/* *
212
212
* Add psr of all incoming synapses to summation points.
@@ -299,10 +299,10 @@ void initMTGPU(unsigned int seed, unsigned int blocks, unsigned int threads, uns
299
299
}
300
300
301
301
// ! Calculate summation point (use parallel reduction method).
302
- extern __global__ void calcSummationMapDevice_1 (BGSIZE numTotalSynapses, AllSpikingNeuronsDeviceProperties* allNeuronsDevice, SynapseIndexMap* synapseIndexMapDevice, AllSpikingSynapsesDeviceProperties* allSynapsesDevice, int maxSynapsesPerNeuron, int clusterNeuronsBegin);
302
+ // extern __global__ void calcSummationMapDevice_1(BGSIZE numTotalSynapses, AllSpikingNeuronsDeviceProperties* allNeuronsDevice, SynapseIndexMap* synapseIndexMapDevice, AllSpikingSynapsesDeviceProperties* allSynapsesDevice, int maxSynapsesPerNeuron, int clusterNeuronsBegin);
303
303
304
304
// ! Helper kernel function for calcSummationMapDevice.
305
- extern __global__ void reduceSummationMapKernel (BGSIZE numTotalSynapses, unsigned int s, AllSpikingSynapsesDeviceProperties* allSynapsesDevice, AllSpikingNeuronsDeviceProperties* allNeuronsDevice, BGSIZE* indexMap, BGSIZE* synapseCount, BGSIZE* synapseBegin, int clusterNeuronsBegin);
305
+ // extern __global__ void reduceSummationMapKernel(BGSIZE numTotalSynapses, unsigned int s, AllSpikingSynapsesDeviceProperties* allSynapsesDevice, AllSpikingNeuronsDeviceProperties* allNeuronsDevice, BGSIZE* indexMap, BGSIZE* synapseCount, BGSIZE* synapseBegin, int clusterNeuronsBegin);
306
306
307
307
// ! Calculate summation point.
308
308
extern __global__ void calcSummationMapDevice_2 (int totalNeurons,
0 commit comments