From 7d16063813977f8aab4e01ff754c046eb12b6262 Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Wed, 5 Oct 2011 12:56:54 -0800 Subject: Build fix, I believe someone has added -gpgpu_max_insn_issue_per_warp to the configuration but didn't add it to the configuration struct. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10527] --- src/abstract_hardware_model.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/abstract_hardware_model.h') diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index 9ca747e..69436a3 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -228,6 +228,8 @@ struct core_config { // texture and constant cache line sizes (used to determine number of memory accesses) unsigned gpgpu_cache_texl1_linesize; unsigned gpgpu_cache_constl1_linesize; + + unsigned gpgpu_max_insn_issue_per_warp; }; class core_t { -- cgit v1.3