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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157
|
Identifier: "SpeedOfLight"
DisplayName: "GPU Speed Of Light Throughput"
Description: "High-level overview of the throughput for compute and memory resources of the GPU. For each unit, the throughput reports the achieved percentage of utilization with respect to the theoretical maximum. Breakdowns show the throughput for each individual sub-metric of Compute and Memory to clearly identify the highest contributor."
Order: 10
Sets {
Identifier: "basic"
}
Sets {
Identifier: "detailed"
}
Sets {
Identifier: "full"
}
Sets {
Identifier: "roofline"
}
Header {
Metrics {
Label: "Compute (SM) Throughput"
Name: "sm__throughput.avg.pct_of_peak_sustained_elapsed"
}
Metrics {
Label: "Duration"
Name: "gpu__time_duration.sum"
}
Metrics {
Label: "Memory Throughput"
Name: "gpu__compute_memory_throughput.avg.pct_of_peak_sustained_elapsed"
}
Metrics {
Label: "Elapsed Cycles"
Name: "gpc__cycles_elapsed.max"
}
Metrics {
Label: "L1/TEX Cache Throughput"
Name: "l1tex__throughput.avg.pct_of_peak_sustained_active"
}
Metrics {
Label: "SM Active Cycles"
Name: "sm__cycles_active.avg"
}
Metrics {
Label: "L2 Cache Throughput"
Name: "lts__throughput.avg.pct_of_peak_sustained_elapsed"
}
Metrics {
Label: "SM Frequency"
Name: "gpc__cycles_elapsed.avg.per_second"
}
Metrics {
Label: "DRAM Throughput"
Name: "gpu__dram_throughput.avg.pct_of_peak_sustained_elapsed"
Filter {
MaxArch: CC_70
}
Options {
Name: "gpu__dram_throughput.avg.pct_of_peak_sustained_elapsed"
Filter {
MinArch: CC_75
MaxArch: CC_86
}
}
Options {
Name: "gpu__dram_throughput.avg.pct_of_peak_sustained_elapsed"
Filter {
MinArch: CC_89
}
}
}
Metrics {
Label: "DRAM Frequency"
Name: "dram__cycles_elapsed.avg.per_second"
Filter {
MaxArch: CC_70
}
Options {
Name: "dram__cycles_elapsed.avg.per_second"
Filter {
MinArch: CC_75
MaxArch: CC_86
}
}
Options {
Name: "dram__cycles_elapsed.avg.per_second"
Filter {
MinArch: CC_89
}
}
}
}
Metrics {
Metrics {
Label: "Waves Per SM"
Name: "launch__waves_per_multiprocessor"
Filter {
CollectionFilter {
CollectionScopes: CollectionScope_Launch
}
}
}
}
Body {
DisplayName: "GPU Throughput Chart"
SetDefault: true
Items {
BarChart {
Label: "GPU Throughput"
ValueAxis {
Label: "Speed Of Light (SOL) [%]"
Range {
Min: 0
Max: 100
}
TickCount: 11
}
Metrics {
Label: "Compute (SM) [%]"
Name: "sm__throughput.avg.pct_of_peak_sustained_elapsed"
}
Metrics {
Label: "Memory [%]"
Name: "gpu__compute_memory_throughput.avg.pct_of_peak_sustained_elapsed"
}
}
}
}
Body {
DisplayName: "GPU Throughput Breakdown"
Items {
HorizontalContainer {
Items {
Table {
Label: "Compute Throughput Breakdown"
Columns: 1
SortKey: ByValue
SortDirection: Descending
Metrics {
Label: "{UNIT}: {COMPOUND_NAME}"
Name: "breakdown:sm__throughput.avg.pct_of_peak_sustained_elapsed"
}
}
}
Items {
Table {
Label: "Memory Throughput Breakdown"
Columns: 1
SortKey: ByValue
SortDirection: Descending
Metrics {
Label: "{UNIT}: {COMPOUND_NAME}"
Name: "breakdown:gpu__compute_memory_throughput.avg.pct_of_peak_sustained_elapsed"
}
}
}
}
}
}
|