diff options
| author | Tor Aamodt <[email protected]> | 2010-10-08 09:53:39 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-10-08 09:53:39 -0800 |
| commit | f07ae1260b5950fc658d19b8c9920daae76fcaec (patch) | |
| tree | 27a6aeabb74cfdad405fefbdbffd128eff7645f8 /src/gpgpu-sim/gpu-sim.h | |
| parent | 8c2954c263b4cfd756188362919c1a16a7189788 (diff) | |
some fixes for ptxplus (correlation test now running)
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7828]
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h index d690fab..a41849e 100644 --- a/src/gpgpu-sim/gpu-sim.h +++ b/src/gpgpu-sim/gpu-sim.h @@ -211,7 +211,7 @@ public: void gpu_print_stat() const; void dump_pipeline( int mask, int s, int m ) const; - unsigned get_forced_capability() const { return m_ptx_force_max_capability; } + unsigned get_forced_max_capability() const { return m_ptx_force_max_capability; } bool convert_to_ptxplus() const { return m_ptx_convert_to_ptxplus; } bool saved_converted_ptxplus() const { return m_ptx_save_converted_ptxplus; } |
