You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"CSThreadGroups", "Items", "Total number of thread groups."
117
-
"CSWavefronts", "Items", "The total number of wavefronts used for the CS."
118
-
"CSThreads", "Items", "The number of CS threads processed by the hardware."
116
+
"CSThreadGroupsLaunched", "Items", "Total number of thread groups launched."
117
+
"CSWavefrontsLaunched", "Items", "The total number of wavefronts launched for the CS."
118
+
"CSThreadsLaunched", "Items", "The number of CS threads launched and processed by the hardware."
119
119
"CSThreadGroupSize", "Items", "The number of CS threads within each thread group."
120
120
"CSVALUInsts", "Items", "The average number of vector ALU instructions executed per work-item (affected by flow control)."
121
121
"CSVALUUtilization", "Percentage", "The percentage of active vector ALU threads in a wave. A lower number can mean either more thread divergence in a wave or that the work-group size is not a multiple of the wave size. Value range: 0% (bad), 100% (ideal - no thread divergence)."
@@ -127,16 +127,10 @@ ComputeShader Group
127
127
"CSVALUBusyCycles", "Cycles", "Number of GPU cycles where vector ALU instructions are processed."
128
128
"CSSALUBusy", "Percentage", "The percentage of GPUTime scalar ALU instructions are processed. Value range: 0% (bad) to 100% (optimal)."
129
129
"CSSALUBusyCycles", "Cycles", "Number of GPU cycles where scalar ALU instructions are processed."
130
-
"CSMemUnitBusy", "Percentage", "The percentage of GPUTime the memory unit is active. The result includes the stall time (MemUnitStalled). This is measured with all extra fetches and writes and any cache or memory effects taken into account. Value range: 0% to 100% (fetch-bound)."
131
-
"CSMemUnitBusyCycles", "Cycles", "Number of GPU cycles the memory unit is active. The result includes the stall time (MemUnitStalled). This is measured with all extra fetches and writes and any cache or memory effects taken into account."
132
-
"CSMemUnitStalled", "Percentage", "The percentage of GPUTime the memory unit is stalled. Try reducing the number or size of fetches and writes if possible. Value range: 0% (optimal) to 100% (bad)."
133
-
"CSMemUnitStalledCycles", "Cycles", "Number of GPU cycles the memory unit is stalled. Try reducing the number or size of fetches and writes if possible."
134
-
"CSWriteUnitStalled", "Percentage", "The percentage of GPUTime the write unit is stalled."
135
-
"CSWriteUnitStalledCycles", "Cycles", "Number of GPU cycles the write unit is stalled."
136
130
"CSGDSInsts", "Items", "The average number of GDS read or GDS write instructions executed per work item (affected by flow control)."
137
131
"CSLDSInsts", "Items", "The average number of LDS read/write instructions executed per work-item (affected by flow control)."
138
132
"CSALUStalledByLDS", "Percentage", "The percentage of GPUTime ALU units are stalled by the LDS input queue being full or the output queue being not ready. If there are LDS bank conflicts, reduce them. Otherwise, try reducing the number of LDS accesses if possible. Value range: 0% (optimal) to 100% (bad)."
139
-
"CSALUStalledByLDSCycles", "Cycles", "Number of GPU cycles the ALU units are stalled by the LDS input queue being full or the output queue being not ready. If there are LDS bank conflicts, reduce them. Otherwise, try reducing the number of LDS accesses if possible."
133
+
"CSALUStalledByLDSCycles", "Cycles", "Number of GPU cycles each wavefronts' ALU units are stalled by the LDS input queue being full or the output queue being not ready. If there are LDS bank conflicts, reduce them. Otherwise, try reducing the number of LDS accesses if possible."
140
134
"CSLDSBankConflict", "Percentage", "The percentage of GPUTime LDS is stalled by bank conflicts. Value range: 0% (optimal) to 100% (bad)."
141
135
"CSLDSBankConflictCycles", "Cycles", "Number of GPU cycles the LDS is stalled by bank conflicts. Value range: 0 (optimal) to GPUBusyCycles (bad)."
0 commit comments