diff options
| author | Mahmoud <[email protected]> | 2020-05-22 20:16:04 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2020-05-22 20:16:04 -0400 |
| commit | 84213ffa0416139c7711eb0784b8a46b0de8c538 (patch) | |
| tree | 757072f83da2d4cc1a787185f7c3582145a2cd94 /src/gpgpu-sim/shader.h | |
| parent | 62517049f7f0a2503cb72382a3fb089d3e037bb7 (diff) | |
code reformatting
Diffstat (limited to 'src/gpgpu-sim/shader.h')
| -rw-r--r-- | src/gpgpu-sim/shader.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h index 665e3a5..ca85903 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -1527,6 +1527,13 @@ class shader_core_config : public core_config unsigned inst_fetch_throughput; unsigned reg_file_port_throughput; + char* trace_opcode_latency_initiation_int; + char* trace_opcode_latency_initiation_sp; + char* trace_opcode_latency_initiation_dp; + char* trace_opcode_latency_initiation_sfu; + char* trace_opcode_latency_initiation_tensor; + + }; struct shader_core_stats_pod { |
