LLVM 24.0.0git
llvm::CandidateHeuristics::StallCosts Struct Reference

#include "Target/AMDGPU/AMDGPUCoExecSchedStrategy.h"

Public Attributes

unsigned Ready = 0
unsigned Structural = 0
unsigned Latency = 0
unsigned Carried = 0
unsigned Buffer = 0
unsigned Fence = 0
unsigned Effective = 0

Detailed Description

Definition at line 216 of file AMDGPUCoExecSchedStrategy.h.

Member Data Documentation

◆ Buffer

unsigned llvm::CandidateHeuristics::StallCosts::Buffer = 0

◆ Carried

unsigned llvm::CandidateHeuristics::StallCosts::Carried = 0

◆ Effective

◆ Fence

unsigned llvm::CandidateHeuristics::StallCosts::Fence = 0

◆ Latency

unsigned llvm::CandidateHeuristics::StallCosts::Latency = 0

◆ Ready

unsigned llvm::CandidateHeuristics::StallCosts::Ready = 0

◆ Structural

unsigned llvm::CandidateHeuristics::StallCosts::Structural = 0

The documentation for this struct was generated from the following file: