GeNN  1.1
GPU enhanced Neuronal Networks (GeNN)
 All Classes Files Functions Variables Typedefs Macros Pages
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.cpp"
18 
19 #include "utils.h" // for CHECK_CUDA_ERRORS
20 #include <cuda_runtime.h>
21 
22 // we will hard-code some stuff ... because at the end of the day that is
23 // what we will do for the CUDA version
24 
25 #define DBG_SIZE 5000
26 
27 // and some global variables
28 float t= 0.0f;
29 unsigned int iT= 0;
30 
31 //----------------------------------------------------------------------
32 // other stuff:
33 #define T_REPORT_TME 5000.0
34 #define TOTAL_TME 5000.0
35 
37 
38 #include "Izh_sparse_model.h"
39 #include "Izh_sparse_model.cc"
Definition: hr_time.h:40
float t
Definition: Izh_sparse_sim.h:28
This file contains standard utility functions provide within the NVIDIA CUDA software development too...
CStopWatch timer
Definition: Izh_sparse_sim.h:36
This file contains the implementation of the CStopWatch class that provides a simple timing tool base...
unsigned int iT
Definition: Izh_sparse_sim.h:29