File: KernelInstanceBoundsAnalysis.section

package info (click to toggle)
nvidia-cuda-toolkit 12.4.1-2
  • links: PTS, VCS
  • area: non-free
  • in suites: trixie
  • size: 18,505,836 kB
  • sloc: ansic: 203,477; cpp: 64,769; python: 34,699; javascript: 22,006; xml: 13,410; makefile: 3,085; sh: 2,343; perl: 352
file content (42 lines) | stat: -rw-r--r-- 966 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
DisplayName: "Kernel Bounds"
Identifier: "kernel_instance_bounds_analysis"
Order: 10
Metrics {
  Metrics {
    Label: "Instructions Issued"
    Name: "smsp__inst_issued_slots"
  }
  Metrics {
    Label: "Instructions Executed LSU"
    Name: "smsp__inst_executed_lsu_pipe"
  }
  Metrics {
    Label: "Instructions Executed TEX"
    Name: "smsp__inst_executed_tex_pipe"
  }
  Metrics {
    Label: "Instructions Executed BRU"
    Name: "smsp__inst_executed_bru_pipe"
  }
  Metrics {
    Label: "Utilization Issue"
    Name: "smsp__utilization_issue"
  }
  Metrics {
    Label: "smsp__pipe_utilization_tex_pct"
    Name: "smsp__pipe_utilization_tex_pct"
  }
  Metrics {
    Label: "smsp__pipe_utilization_lsu_pct"
    Name: "smsp__pipe_utilization_lsu_pct"
  }
  Metrics {
    Label: "smsp__pipe_utilization_bru_pct"
    Name: "smsp__pipe_utilization_bru_pct"
  }
  Metrics {
    Label: "smsp__pipe_alu_utilization_pct"
    Name: "smsp__pipe_alu_utilization_pct"
  }
}