summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configs/GTX480/gpgpusim.config2
-rw-r--r--src/gpgpu-sim/gpu-sim.cc1
2 files changed, 2 insertions, 1 deletions
diff --git a/configs/GTX480/gpgpusim.config b/configs/GTX480/gpgpusim.config
index 03fcda1..bff5d16 100644
--- a/configs/GTX480/gpgpusim.config
+++ b/configs/GTX480/gpgpusim.config
@@ -1,5 +1,5 @@
# functional simulator specification
--gpgpu_ptx_instruction_classification 0
+-gpgpu_ptx_instruction_classification 1
-gpgpu_ptx_sim_mode 0
-gpgpu_ptx_force_max_capability 20
diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc
index 9a28b55..fb57a1e 100644
--- a/src/gpgpu-sim/gpu-sim.cc
+++ b/src/gpgpu-sim/gpu-sim.cc
@@ -1024,6 +1024,7 @@ void gpgpu_sim::gpu_print_stat()
shader_print_scheduler_stat( stdout, false );
m_shader_stats->print(stdout);
+ m_power_stats->print(stdout);
#ifdef GPGPUSIM_POWER_MODEL
if(m_config.g_power_simulation_enabled){
m_gpgpusim_wrapper->print_power_kernel_stats(gpu_sim_cycle, gpu_tot_sim_cycle, gpu_tot_sim_insn + gpu_sim_insn, kernel_info_str, true );