diff options
| author | Mahmoud <[email protected]> | 2017-07-17 23:20:42 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2017-07-17 23:20:42 -0400 |
| commit | b806d3a4021a12638e1e67fcd67012dca4b1689e (patch) | |
| tree | 421082f12e285256d4d3015b4b530e0235c0a18c /src/gpgpu-sim/gpu-sim.h | |
| parent | dcf7e6a8445a5d8e4383add44ca6f5d0d198ab02 (diff) | |
Fixing some typos and adding comments
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h index 23e6144..7d92c66 100644 --- a/src/gpgpu-sim/gpu-sim.h +++ b/src/gpgpu-sim/gpu-sim.h @@ -314,8 +314,6 @@ public: unsigned num_shader() const { return m_shader_config.num_shader(); } unsigned num_cluster() const { return m_shader_config.n_simt_clusters; } unsigned get_max_concurrent_kernel() const { return max_concurrent_kernel; } - unsigned get_gpu_max_cycle_opt() const { return gpu_max_cycle_opt; } - unsigned get_gpu_max_insn_opt() const { return gpu_max_insn_opt; } private: void init_clock_domains(void ); |
