GeNN  2.2.3
GPU enhanced Neuronal Networks (GeNN)
Izh_sparse_sim.h
Go to the documentation of this file.
1 /*--------------------------------------------------------------------------
2  Author: Thomas Nowotny
3 
4  Institute: Institute for Nonlinear Dynamics
5  University of California San Diego
6  La Jolla, CA 92093-0402
7 
8  email to: tnowotny@ucsd.edu
9 
10  initial version: 2002-09-26
11 
12 --------------------------------------------------------------------------*/
13 
14 using namespace std;
15 
16 #include <cassert>
17 #include "hr_time.h"
18 
19 #include "utils.h" // for CHECK_CUDA_ERRORS
20 #ifndef CPU_ONLY
21 #include <cuda_runtime.h>
22 #endif
23 
24 #include "Izh_sparse.cc"
25 
26 // we will hard-code some stuff ... because at the end of the day that is
27 // what we will do for the CUDA version
28 
29 #define DBG_SIZE 5000
30 
31 //----------------------------------------------------------------------
32 // other stuff:
33 #define T_REPORT_TME 5000.0
34 #define TOTAL_TME 1000.0
35 
37 
38 //#include "Izh_sparse_model.h"
39 #include "Izh_sparse_model.cc"
Definition: hr_time.h:39
This file contains standard utility functions provide within the NVIDIA CUDA software development too...
This header file contains the definition of the CStopWatch class that implements a simple timing tool...
CStopWatch timer
Definition: Izh_sparse_sim.h:36