diff options
| author | Tor Aamodt <[email protected]> | 2011-07-26 11:55:18 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:22 -0700 |
| commit | 8a80834fca8e7f45569cb1eb0b0c18c1d5aa6361 (patch) | |
| tree | 6b302a7ab91c78203f2fd0afc5e5d188b4316b1a /src/cuda-sim | |
| parent | a7e48367e84f3971809eef68efb84cb3d0a74ad9 (diff) | |
fixup some dangling references
update README and CHANGES to hopefully anticipate most basic questions we'll see
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9880]
Diffstat (limited to 'src/cuda-sim')
| -rw-r--r-- | src/cuda-sim/cuda-sim.h | 1 | ||||
| -rw-r--r-- | src/cuda-sim/ptx_ir.h | 1 | ||||
| -rw-r--r-- | src/cuda-sim/ptx_sim.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/cuda-sim/cuda-sim.h b/src/cuda-sim/cuda-sim.h index adc526e..e911c62 100644 --- a/src/cuda-sim/cuda-sim.h +++ b/src/cuda-sim/cuda-sim.h @@ -29,7 +29,6 @@ #define CUDASIM_H_INCLUDED #include "../abstract_hardware_model.h" -#include "dram_callback.h" #include <stdlib.h> #include <map> #include <string> diff --git a/src/cuda-sim/ptx_ir.h b/src/cuda-sim/ptx_ir.h index 2485f68..c7eb499 100644 --- a/src/cuda-sim/ptx_ir.h +++ b/src/cuda-sim/ptx_ir.h @@ -40,7 +40,6 @@ #include "ptx.tab.h" #include "ptx_sim.h" -#include "dram_callback.h" #include "memory.h" diff --git a/src/cuda-sim/ptx_sim.h b/src/cuda-sim/ptx_sim.h index cc6e43c..8ce8abc 100644 --- a/src/cuda-sim/ptx_sim.h +++ b/src/cuda-sim/ptx_sim.h @@ -29,7 +29,6 @@ #include <stdlib.h> -#include "dram_callback.h" #include "../abstract_hardware_model.h" #include "../tr1_hash_map.h" |
