Skip to content

Commit

Permalink
change hard coded GPU selection in izhikevish example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturner246 committed Dec 22, 2014
1 parent e68517e commit 73621f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion userproject/Izh_sparse_project/model/Izh_sparse.cc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ double SynIzh_ini[1]= {
void modelDefinition(NNmodel &model)
{
initGeNN();
model.setGPUDevice(0); //force using device 0
model.setName("Izh_sparse");
model.addNeuronPopulation("PExc", _NExc, IZHIKEVICH_V, excIzh_p, IzhExc_ini);

Expand Down

0 comments on commit 73621f4

Please sign in to comment.