summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-sim.h
diff options
context:
space:
mode:
authortgrogers <[email protected]>2017-11-18 16:24:58 -0500
committertgrogers <[email protected]>2017-11-18 16:24:58 -0500
commitd8766e4eb7551afcc8c9ca168449bcd20974af60 (patch)
tree122ba282895893b6c678619175c8a36c65da1a68 /src/gpgpu-sim/gpu-sim.h
parent9233f6f9eeea537187deb64add77a320442aa621 (diff)
Making the perf sim copy optional, getting rid of an assert that will happen with the new hack and incrementing the cycle so that cudamemcopies take some time (if we don't do this the LRU in the cache does not work)
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
-rw-r--r--src/gpgpu-sim/gpu-sim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h
index 6382adf..81f13cb 100644
--- a/src/gpgpu-sim/gpu-sim.h
+++ b/src/gpgpu-sim/gpu-sim.h
@@ -290,6 +290,7 @@ struct memory_config {
unsigned gpgpu_frfcfs_dram_write_queue_size;
unsigned write_high_watermark;
unsigned write_low_watermark;
+ bool m_perf_sim_memcpy;
};
// global counters and flags (please try not to add to this list!!!)