# NOTE: Metrics representing a superset of other metrics must be declared first # if they appear in the same group (displayRows). Otherwise different metrics will # dominate in the group row depending on zoom level if overlay display mode is used. version: 5 metricSets: - alias: gh100-ct name: Compute Triage Metrics for NVIDIA GH100 (frequency >= 10kHz) chips: [GH100] displayRows: - name: $root:Activity type: overlay displayHeightScale: 0.5 metrics: - GR Active - name: GR Active type: overlay metrics: - GR Active - name: GR Kernel Launch type: overlay metrics: - GR Kernel Launch - name: GR Context Switches type: overlay metrics: - GR Context Switches - name: FE Active type: overlay metrics: - FE Active - FE Stalled - FE Output Ops - FE Go Idle - name: Async Compute Queue type: overlay metrics: - Semaphore Releases Async - Semaphore Acquire Stalled Async - WFI Stalled Async - name: Compute Active type: overlay metrics: - Async Compute Active - Sync Compute Active - name: SMs Active type: overlay metrics: - SMs Active - name: SM Throughput type: overlay metrics: - SM Throughput - name: SM Thread Instructions Executed type: overlay metrics: - SM Thread Instructions Executed - name: SM Warp Stalls type: overlay metrics: - SM Warps Stalled on L1 Operation - SM Warps Stalled on MIO Operation - name: SM Instruction Throughputs type: overlay metrics: - SM Issue Active - SM ALU Pipe Throughput - SM FMA Pipe Throughput - SM FMA Light Pipe Throughput - SM FMA Heavy Pipe Throughput - SM Uniform Pipe Throughput - SM XU Pipe Throughput - SM FP64 Pipe Active - SM Tensor Pipe Active - SM Tensor Pipe Active FP64 - SM Tensor Pipe Active (HMMA ops) - SM Tensor Pipe Active (IMMA ops) - name: SM Warp Occupancy type: overlay metrics: - SM Warps Active - SM Warps Active CS - Active SM Unused Warp Slots - Idle SM Unused Warp Slots - name: SM Shared Memory Usage type: overlay metrics: - Shared Memory Available for Compute - Shared Memory Allocated for Compute - name: Register Quanta Allocated by Active CS Warps type: overlay metrics: - Register Quanta Allocated by Active CS Warps - name: SM Registers per Thread type: overlay metrics: - SM Registers per Thread - name: SM Thread Blocks Active type: overlay metrics: - SM Thread Blocks Active - SM Thread Blocks Launched - name: SM Thread Block Average Duration type: overlay metrics: - SM Thread Block Average Duration - name: SM Thread Block Average Shared Memory type: overlay metrics: - SM Thread Block Average Shared Memory - name: SM Warp Launched CS type: overlay metrics: - SM Warp Launched CS - name: Thread Block Clusters type: overlay metrics: - Clusters Active - Clusters Launched - Clusters Completed - name: L1 Throughputs type: overlay metrics: - L1 Throughput - L1 LSU Data-Stage Throughput - L1 Local+Global+Distributed Shared Data-Stage Throughput - L1 Shared+Attribute Data-Stage Throughput - L1 Texture Data-Stage Throughput - L1 LSU Writeback-Stage Throughput - L1 Local+Global+Distributed Shared Writeback-Stage Throughput - name: L1 M-Stage XBAR type: overlay metrics: - L1 M-Stage to XBAR Active - L1 M-Stage to XBAR Active (Distributed Shared) - name: L1 M-Stage Sectors Read type: overlay metrics: - L1 M-Stage Sectors Read - name: L1 Texture Writeback-Stage Throughput type: overlay metrics: - L1 Texture Writeback-Stage Throughput - name: L1 Sector Hit Rate type: overlay metrics: - L1 Sector Hit Rate - name: L1 Sector Requests type: overlay metrics: - L1 Sector Requests - L1 Sector Requests Hit - L1 Sector Requests Missed - name: L2 Bandwidths type: overlay metrics: - L2 Bandwidth - L2 Bandwidth to Device Memory - L2 Bandwidth to System/Peer Memory - L2 Bandwidth from FBP - L2 Bandwidth from GPC - L2 Bandwidth from HUB - L2 Bandwidth from GCC - L2 Bandwidth from TEX - name: L2 Allocation type: overlay metrics: - L2 Sectors (Device Memory) - L2 Sectors (System/Peer Memory) - L2 Sector Hit Rate - L2 Sector Hit Rate from L1 - L2 Sectors from FBP - L2 Sectors from GPC - L2 Sectors from HUB - L2 Sectors from GCC - L2 Sectors from TEX - name: CTC Throughput type: overlay metrics: - CTC RX Throughput - CTC TX Throughput - name: PCIe Bandwidth type: overlay metrics: - PCIe Bandwidth - PCIe Read Bandwidth - PCIe Write Bandwidth - name: NVLink RX Bandwidth type: stacked metrics: - NVLink RX Requests Protocol Data - NVLink RX Requests User Data - NVLink RX Responses Protocol Data - NVLink RX Responses User Data - name: NVLink TX Bandwidth type: stacked metrics: - NVLink TX Requests Protocol Data - NVLink TX Requests User Data - NVLink TX Responses Protocol Data - NVLink TX Responses User Data metrics: - name: GR Active id: FE_B.TriageCompute.gr__cycles_active description: Cycles where GR was active color: '#ED6A32' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: GR Kernel Launch id: FE_A.TriageCompute.gr__dispatch_count description: Compute dispatches sent to GR color: '#ED6A32' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: GR Context Switches id: FE_A.TriageCompute.gpu__gr_cycles_active_cmd_ctxsw description: Cycles where GR performed a context switch color: LightCoral subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: FE Active id: FE_B.TriageCompute.fe__cycles_active description: Cycles where FE was active color: DarkOrange subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: FE Stalled id: FE_A.TriageCompute.fe__cycles_stalled_cmd_wfi description: Cycles where FE was stalled on wait-for-idle color: DarkKhaki subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: FE Output Ops id: FE_B.TriageCompute.fe__output_ops description: Operations sent by FE color: LightSalmon subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: FE Go Idle id: FE_B.TriageCompute.fe__output_ops_cmd_go_idle description: GO_IDLE bundles sent to GR from FE color: Gold subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: Semaphore Releases Async id: FE_A.TriageCompute.gpu__scheduler_engine_gr_queue_async_cmd_semreleases description: Semaphore releases issued by any async compute queue color: Turquoise subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: Semaphore Acquire Stalled Async id: FE_A.TriageCompute.gpu__scheduler_engine_gr_queue_async_cycles_stalled_cmd_semacquire description: Cycles where any async compute queue was stalled on a semaphore acquire color: CadetBlue subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: WFI Stalled Async id: FE_A.TriageCompute.gpu__scheduler_engine_gr_queue_async_cycles_stalled_cmd_wfi description: Cycles where any async compute queue was stalled on wait-for-idle color: LightSteelBlue subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: Async Compute Active id: FE_A.TriageCompute.gr__compute_cycles_active_queue_async description: Cycles with asynchronous compute in flight color: PaleTurquoise subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: Sync Compute Active id: FE_A.TriageCompute.gr__compute_cycles_active_queue_sync description: Cycles with synchronous compute in flight color: DarkSeaGreen subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SMs Active id: TPC.TriageCompute.sm__cycles_active description: Cycles with at least one warp in flight color: Tomato subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM Throughput id: TriageCompute.sm__throughput color: Thistle subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM Thread Instructions Executed id: SM_A.TriageCompute.sm__thread_inst_executed_pred_on_realtime color: Turquoise subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM Warps Stalled on L1 Operation id: SM_C.TriageCompute.smsp__warps_issue_stalled_long_scoreboard description: Warps waiting for a scoreboard dependency on L1TEX (local, global, surface, tex) operation color: Olive subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM Warps Stalled on MIO Operation id: SM_C.TriageCompute.smsp__warps_issue_stalled_short_scoreboard description: Warps waiting for a scoreboard dependency on MIO operation other than (local, global, surface, tex) color: DarkSeaGreen subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM Issue Active id: TPC.TriageCompute.sm__inst_executed_realtime description: Warp instructions executed color: '#CFCF3F' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM ALU Pipe Throughput id: TPC.TriageCompute.sm__inst_executed_pipe_alu_realtime description: Warp instructions executed by ALU Pipe color: '#FF6F00' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM FMA Pipe Throughput id: TPC.TriageCompute.sm__inst_executed_pipe_fma_realtime description: Warp instructions executed by FMA Pipes color: '#00CF00' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM FMA Light Pipe Throughput id: TPC.TriageCompute.sm__inst_executed_pipe_fmalite_realtime description: Warp instructions executed by FMA Lite Pipe color: '#00CF00' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM FMA Heavy Pipe Throughput id: TPC.TriageCompute.sm__inst_executed_pipe_fmaheavy_realtime description: Warp instructions executed by FMA Heavy Pipe color: '#CF003F' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM Uniform Pipe Throughput id: SM_A.TriageCompute.sm__inst_executed_pipe_uniform_realtime description: Warp instructions executed by Uniform Pipe color: '#CF3F00' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM XU Pipe Throughput id: SM_A.TriageCompute.sm__inst_executed_pipe_xu_realtime description: Warp instructions executed by XU Pipe color: '#00003F' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM FP64 Pipe Active id: TPC.TriageCompute.sm__pipe_fp64_cycles_active_realtime description: Cycles where FP64 Pipe was active color: '#4ecb71' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM Tensor Pipe Active id: TPC.TriageCompute.sm__pipe_tensor_cycles_active_realtime description: Cycles where Tensor Pipe was active color: LightSteelBlue subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM Tensor Pipe Active FP64 id: SM_C.TriageCompute.smsp__pipe_tensor_op_dmma_cycles_active description: Cycles where Tensor Pipe was active (DMMA ops) color: Navy subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM Tensor Pipe Active (HMMA ops) id: TPC.TriageCompute.sm__pipe_tensor_op_hmma_cycles_active_realtime description: Cycles where Tensor Pipe was active (HMMA ops) color: DeepSkyBlue subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM Tensor Pipe Active (IMMA ops) id: TPC.TriageCompute.sm__pipe_tensor_op_imma_cycles_active_realtime description: Cycles where Tensor Pipe was active (IMMA ops) color: DarkTurquoise subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM Warps Active id: TPC.TriageCompute.tpc__warps_active_realtime color: LimeGreen subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM Warps Active CS id: TPC.TriageCompute.tpc__warps_active_shader_cs_realtime color: PaleGreen subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: Active SM Unused Warp Slots id: TPC.TriageCompute.tpc__warps_inactive_sm_active_realtime description: Idle warp slots on active SMs color: OliveDrab subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: Idle SM Unused Warp Slots id: TPC.TriageCompute.tpc__warps_inactive_sm_idle_realtime description: Idle warp slots on idle SMs color: lavender subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: Shared Memory Available for Compute id: TPC.TriageCompute.tpc__l1tex_mem_shared_data_compute_kilobytes_configured_realtime color: Olive subMetrics: - name: Bytes label: $bytes suffix: .sum multiplier: 1000.0 - name: Shared Memory Allocated for Compute id: TPC.TriageCompute.tpc__l1tex_mem_shared_data_compute_lines_allocated_realtime color: BurlyWood subMetrics: - name: Bytes label: $bytes suffix: .sum multiplier: 128.0 - name: Register Quanta Allocated by Active CS Warps id: TPC.TriageCompute.tpc__sm_rf_quanta_allocated_shader_cs_realtime color: SteelBlue subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM Registers per Thread id: TPC.TriageCompute.tpc__average_registers_per_thread_shader_cs_realtime color: CadetBlue subMetrics: - name: Registers suffix: .ratio - name: SM Thread Blocks Active id: SM_B.TriageCompute.sm__ctas_active color: SkyBlue subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM Thread Blocks Launched id: FE_B.TriageCompute.gr__ctas_launched_realtime color: LimeGreen subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: SM Thread Block Average Duration id: TriageCompute.tpc__average_cta_latency_realtime color: BlueViolet subMetrics: - name: Cycles suffix: .ratio - name: SM Thread Block Average Shared Memory id: TriageCompute.tpc__average_sharedmem_bytes_per_cta_realtime color: MediumSeaGreen subMetrics: - name: Ratio % label: $pct suffix: .pct - name: SM Warp Launched CS id: TPC.TriageCompute.tpc__warps_launched_shader_cs color: LightGreen subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: Clusters Active id: GPC_B.TriageCompute.gpc__cgas_active_realtime color: '#DD4444' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: Clusters Launched id: GPC_B.TriageCompute.gpc__cgas_launched color: '#4444DD' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: Clusters Completed id: GPC_B.TriageCompute.gpc__cgas_completed color: '#44DD44' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L1 Throughput id: SM_A.TriageCompute.l1tex__throughput color: '#3F0000' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L1 LSU Data-Stage Throughput id: SM_A.TriageCompute.l1tex__data_pipe_lsu_wavefronts description: Local/global/shared/(distributed shared) + surface write wavefronts processed by Data-Stage color: '#CFCF3F' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L1 Local+Global+Distributed Shared Data-Stage Throughput id: SM_A.TriageCompute.l1tex__data_pipe_lsu_wavefronts_mem_lgds description: Local/global/(distributed shared) wavefronts processed by Data-Stage color: '#FF6F00' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L1 Shared+Attribute Data-Stage Throughput id: SM_A.TriageCompute.l1tex__data_pipe_lsu_wavefronts_mem_shared description: Shared memory wavefronts processed by Data-Stage for LDS, LD, 3D attribute loads, LDSM, STS, ST, ATOMS, ATOM, 3D attribute stores, STSM, LDGSTS, HGMMA, IGMMA, BGMMA, QGMMA and Misc color: '#00CF00' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L1 Texture Data-Stage Throughput id: SM_A.TriageCompute.l1tex__data_pipe_tex_wavefronts description: Texture + surface read wavefronts processed by Data-Stage color: '#00003F' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L1 LSU Writeback-Stage Throughput id: SM_A.TriageCompute.l1tex__lsu_writeback_active description: Cycles where local/global/shared/(distributed shared) writeback interface was active except GMMA instructions color: '#CF003F' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L1 Local+Global+Distributed Shared Writeback-Stage Throughput id: SM_A.TriageCompute.l1tex__lsu_writeback_active_mem_lgds description: Cycles where local/global/shared/(distributed shared) writeback interface was active for local, global and distributed shared memory instructions color: '#FF006F' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L1 M-Stage to XBAR Active id: SM_A.TriageCompute.l1tex__m_l1tex2xbar_req_cycles_active_realtime description: Cycles where interface from L1TEX M-Stage to XBAR was active color: MediumPurple subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L1 M-Stage to XBAR Active (Distributed Shared) id: SM_B.TriageCompute.l1tex__m_l1tex2xbar_req_cycles_active_mem_dshared description: Cycles where interface from L1TEX M-Stage to XBAR was active for distributed shared color: Indigo subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L1 M-Stage Sectors Read id: SM_A.TriageCompute.l1tex__m_xbar2l1tex_read_sectors_realtime description: Sectors read into L1TEX M-Stage color: Orchid subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L1 Texture Writeback-Stage Throughput id: SM_A.TriageCompute.l1tex__tex_writeback_active description: Cycles where texture/surface writeback interface was active color: MediumPurple subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L1 Sector Hit Rate id: SM_B.TriageCompute.l1tex__t_sector_hit_rate color: Tan subMetrics: - name: Ratio % label: $pct suffix: .pct - name: L1 Sector Requests id: SM_B.TriageCompute.l1tex__t_sectors color: Goldenrod subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L1 Sector Requests Hit id: SM_B.TriageCompute.l1tex__t_sectors_lookup_hit description: Sector requests to T-Stage with tag-hit and data-hit color: SandyBrown subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L1 Sector Requests Missed id: SM_B.TriageCompute.l1tex__t_sectors_lookup_miss description: Sector requests to T-Stage that missed color: Brown subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L2 Bandwidth id: LTS.TriageCompute.lts__t_sector_throughput color: '#444444' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L2 Bandwidth to Device Memory id: LTS.TriageCompute.lts__t_sector_throughput_aperture_device color: '#44DD44' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L2 Bandwidth to System/Peer Memory id: LTS.TriageCompute.lts__t_sector_throughput_aperture_other color: '#4444DD' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L2 Bandwidth from FBP id: LTS.TriageCompute.lts__t_sector_throughput_srcnode_fbp color: '#111111' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L2 Bandwidth from GPC id: LTS.TriageCompute.lts__t_sector_throughput_srcnode_gpc color: '#11AA11' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L2 Bandwidth from HUB id: LTS.TriageCompute.lts__t_sector_throughput_srcnode_hub color: '#AAAAAA' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L2 Bandwidth from GCC id: LTS.TriageCompute.lts__t_sector_throughput_srcunit_gcc color: '#11AAAA' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L2 Bandwidth from TEX id: LTS.TriageCompute.lts__t_sector_throughput_srcunit_tex color: '#AAAA11' subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: L2 Sectors (Device Memory) id: LTS.TriageCompute.lts__average_t_sector_aperture_device color: '#44DD44' subMetrics: - name: Ratio % label: $pct suffix: .pct - name: L2 Sectors (System/Peer Memory) id: LTS.TriageCompute.lts__average_t_sector_aperture_other color: '#4444DD' subMetrics: - name: Ratio % label: $pct suffix: .pct - name: L2 Sector Hit Rate id: LTS.TriageCompute.lts__average_t_sector_hit_rate_realtime color: '#AA4444' subMetrics: - name: Ratio % label: $pct suffix: .pct - name: L2 Sector Hit Rate from L1 id: LTS.TriageCompute.lts__average_t_sector_hit_rate_srcunit_tex_realtime color: '#AA4400' subMetrics: - name: Ratio % label: $pct suffix: .pct - name: L2 Sectors from FBP id: LTS.TriageCompute.lts__average_t_sector_srcnode_fbp color: '#111111' subMetrics: - name: Ratio % label: $pct suffix: .pct - name: L2 Sectors from GPC id: LTS.TriageCompute.lts__average_t_sector_srcnode_gpc color: '#11AA11' subMetrics: - name: Ratio % label: $pct suffix: .pct - name: L2 Sectors from HUB id: LTS.TriageCompute.lts__average_t_sector_srcnode_hub color: '#AAAAAA' subMetrics: - name: Ratio % label: $pct suffix: .pct - name: L2 Sectors from GCC id: LTS.TriageCompute.lts__average_t_sector_srcunit_gcc color: '#11AAAA' subMetrics: - name: Ratio % label: $pct suffix: .pct - name: L2 Sectors from TEX id: LTS.TriageCompute.lts__average_t_sector_srcunit_tex color: '#AAAA11' subMetrics: - name: Ratio % label: $pct suffix: .pct - name: CTC RX Throughput id: CTC.TriageCompute.ctc__rx_bytes color: '#FFD179' schedulingRule: optional subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: CTC TX Throughput id: CTC.TriageCompute.ctc__tx_bytes color: '#D6A4FC' schedulingRule: optional subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: PCIe Bandwidth id: PCI.TriageCompute.pcie__throughput color: Green schedulingRule: optional subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: PCIe Read Bandwidth id: PCI.TriageCompute.pcie__read_bytes color: '#C79536' schedulingRule: optional subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: PCIe Write Bandwidth id: PCI.TriageCompute.pcie__write_bytes color: '#C25D5D' schedulingRule: optional subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: NVLink RX Requests Protocol Data id: NVLRX.TriageCompute.nvlrx__bytes_packet_request_data_protocol description: Number of bytes of NVLRX request protocol data color: '#C79536' schedulingRule: optional subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: NVLink RX Requests User Data id: NVLRX.TriageCompute.nvlrx__bytes_packet_request_data_user description: Number of bytes of NVLRX request user data color: '#FFD179' schedulingRule: optional subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: NVLink RX Responses Protocol Data id: NVLRX.TriageCompute.nvlrx__bytes_packet_response_data_protocol description: Number of bytes of NVLRX response protocol data color: '#C25D5D' schedulingRule: optional subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: NVLink RX Responses User Data id: NVLRX.TriageCompute.nvlrx__bytes_packet_response_data_user description: Number of bytes of NVLRX response user data color: '#FFA5A5' schedulingRule: optional subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: NVLink TX Requests Protocol Data id: NVLTX.TriageCompute.nvltx__bytes_packet_request_data_protocol description: Number of bytes of NVLTX request protocol data color: '#9052BF' schedulingRule: optional subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: NVLink TX Requests User Data id: NVLTX.TriageCompute.nvltx__bytes_packet_request_data_user description: Number of bytes of NVLTX request user data color: '#D6A4FC' schedulingRule: optional subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: NVLink TX Responses Protocol Data id: NVLTX.TriageCompute.nvltx__bytes_packet_response_data_protocol description: Number of bytes of NVLTX response protocol data color: '#6999B5' schedulingRule: optional subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed - name: NVLink TX Responses User Data id: NVLTX.TriageCompute.nvltx__bytes_packet_response_data_user description: Number of bytes of NVLTX response user data color: '#98C4DD' schedulingRule: optional subMetrics: - name: Throughput % label: $pct suffix: .avg.pct_of_peak_sustained_elapsed schedulingHints: - domain: gpu_sm_b counters: - '0x429f51824686c32f' - '0x5405725d0bccb9f2' - '0xc83feae1569676cb' - '0xf4f29376cc3d2819' - domain: gpu_sm_c counters: - '0x072dfe5865d3d982' - '0x450a5f925d704ced' - '0x7f3ce2c9a5d9e8f8'