diff options
| author | tgrogers <[email protected]> | 2017-11-18 21:03:48 -0500 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2017-11-18 21:03:48 -0500 |
| commit | db4011bce0d88b44584eccf3854f3d82876cdc77 (patch) | |
| tree | 027af30eb4bf7b9791193c76d023ac73db1b8df2 /src | |
| parent | 21528f301886ffdba5e921091658446d23c9c377 (diff) | |
copy to the L2 by default
Diffstat (limited to 'src')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc index 8dc80d2..17f1714 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -141,7 +141,7 @@ void power_config::reg_options(class OptionParser * opp) void memory_config::reg_options(class OptionParser * opp) { option_parser_register(opp, "-perf_sim_memcpy", OPT_BOOL, &m_perf_sim_memcpy, - "Fill the L2 cache on memcpy", "0"); + "Fill the L2 cache on memcpy", "1"); option_parser_register(opp, "-gpgpu_dram_scheduler", OPT_INT32, &scheduler_type, "0 = fifo, 1 = FR-FCFS (defaul)", "1"); option_parser_register(opp, "-gpgpu_dram_partition_queues", OPT_CSTR, &gpgpu_L2_queue_config, |
