diff options
| author | sspenst <[email protected]> | 2016-07-06 15:08:11 -0700 |
|---|---|---|
| committer | sspenst <[email protected]> | 2016-07-06 15:08:11 -0700 |
| commit | e841e5f21b9d86910a6cc10de3af016912c43ce0 (patch) | |
| tree | da843578f91339969e57022884abda62c04b9f86 /src/gpgpu-sim/shader.cc | |
| parent | 35cf76f383ec8de6de901bbbcd8fb478f69e46e4 (diff) | |
Added the ability to load from sstarr memory after data has been stored in it
Diffstat (limited to 'src/gpgpu-sim/shader.cc')
| -rw-r--r-- | src/gpgpu-sim/shader.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/shader.cc b/src/gpgpu-sim/shader.cc index ff2fac7..9c3f816 100644 --- a/src/gpgpu-sim/shader.cc +++ b/src/gpgpu-sim/shader.cc @@ -386,6 +386,7 @@ void shader_core_stats::print( FILE* fout ) const fprintf(fout, "gpgpu_n_load_insn = %d\n", gpgpu_n_load_insn); fprintf(fout, "gpgpu_n_store_insn = %d\n", gpgpu_n_store_insn); fprintf(fout, "gpgpu_n_shmem_insn = %d\n", gpgpu_n_shmem_insn); + fprintf(fout, "gpgpu_n_shmem_insn = %d\n", gpgpu_n_sstarr_insn); fprintf(fout, "gpgpu_n_tex_insn = %d\n", gpgpu_n_tex_insn); fprintf(fout, "gpgpu_n_const_mem_insn = %d\n", gpgpu_n_const_insn); fprintf(fout, "gpgpu_n_param_mem_insn = %d\n", gpgpu_n_param_insn); |
