diff options
| author | Tor Aamodt <[email protected]> | 2010-07-30 08:59:44 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-07-30 08:59:44 -0800 |
| commit | a7a547c1b6d1b8f96bb1573eda8b2114db66389e (patch) | |
| tree | b8ffe5b7cec4ceef3f434eabf58f7c6db387d4a4 /src/gpgpu-sim/gpu-sim.cc | |
| parent | fcb7e0b302639ef4bca589b43d8a57d2dec623e5 (diff) | |
missing definition
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7112]
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.cc')
| -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 9d17806..4da76f9 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -265,7 +265,7 @@ extern int gpgpu_const_port_per_bank; extern int gpgpu_shmem_pipe_speedup; extern int gpgpu_reg_bank_conflict_model; extern int gpgpu_reg_bank_use_warp_id; -extern int gpgpu_operand_collector; +int gpgpu_operand_collector; extern int gpgpu_operand_collector_num_units; extern unsigned int gpgpu_num_reg_banks; |
