diff options
| author | Aaron M Barnes <[email protected]> | 2023-06-13 12:59:52 -0400 |
|---|---|---|
| committer | Aaron M Barnes <[email protected]> | 2023-06-13 12:59:52 -0400 |
| commit | 9eaf173e6801a6bbb0f4acd13ea064fbd3054be8 (patch) | |
| tree | ce4cb76d65bca11ae42e4414069f45cbb28fd88a /src/gpgpu-sim/shader.h | |
| parent | ff35ae9bf8bbc05409011db58497a40e0794b2a2 (diff) | |
rename cache bankconflict stat to be more descriptive
Diffstat (limited to 'src/gpgpu-sim/shader.h')
| -rw-r--r-- | src/gpgpu-sim/shader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h index deea1c9..986105e 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -1735,7 +1735,7 @@ struct shader_core_stats_pod { unsigned gpgpu_n_const_insn; unsigned gpgpu_n_param_insn; unsigned gpgpu_n_shmem_bkconflict; - unsigned gpgpu_n_cache_bkconflict; + unsigned gpgpu_n_l1cache_bkconflict; int gpgpu_n_intrawarp_mshr_merge; unsigned gpgpu_n_cmem_portconflict; unsigned gpu_stall_shd_mem_breakdown[N_MEM_STAGE_ACCESS_TYPE] |
