diff options
| author | Andrew M. B. Boktor <[email protected]> | 2012-05-04 18:42:17 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:37 -0700 |
| commit | 7e23577fe997273766523afcd49c36d0f8dcd85d (patch) | |
| tree | 711f9c29d2428d028a8f52e34646ed23d6747abe /src/gpgpusim_entrypoint.cc | |
| parent | 458fa169dd4e351288435fae618743fc50edcf90 (diff) | |
Adding configurable instruction latencies and initiation intervals
The observed latencies are reduced by 5 to account for other stages in the SM pipeline
Eventually this should be calibrated against the microbenchmarks
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12310]
Diffstat (limited to 'src/gpgpusim_entrypoint.cc')
| -rw-r--r-- | src/gpgpusim_entrypoint.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpusim_entrypoint.cc b/src/gpgpusim_entrypoint.cc index add9a22..325bac6 100644 --- a/src/gpgpusim_entrypoint.cc +++ b/src/gpgpusim_entrypoint.cc @@ -182,6 +182,7 @@ gpgpu_sim *gpgpu_ptx_sim_init_perf() icnt_reg_options(opp); g_the_gpu_config.reg_options(opp); // register GPU microrachitecture options ptx_reg_options(opp); + ptx_opcocde_latency_options(opp); option_parser_cmdline(opp, sg_argc, sg_argv); // parse configuration options fprintf(stdout, "GPGPU-Sim: Configuration options:\n\n"); option_parser_print(opp, stdout); |
