27 #include <cuda_runtime.h>
30 #define RAND(Y,X) Y = Y * 1103515245 +12345;X= (unsigned int)(Y >> 16) & 32767
35 #define DBG_SIZE 10000
42 #define INPUTBASERATE 17
45 #define T_REPORT_TME 1000.0
46 #define SYN_OUT_TME 20000.0
50 #define PAT_TIME 100.0
58 #define TOTAL_TME 5000.0
int patSetTime
Definition: classol_sim.h:48
This file contains standard utility functions provide within the NVIDIA CUDA software development too...
CStopWatch timer
Definition: classol_sim.h:60
float t
Definition: classol_sim.h:38
This file contains the implementation of the CStopWatch class that provides a simple timing tool base...
int patFireTime
Definition: classol_sim.h:55
unsigned int iT
Definition: classol_sim.h:39
Implementation of the classol class.