Home
last modified time | relevance | path

Searched refs:WaveSlotsPerCU (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp94 const unsigned WaveSlotsPerCU = WavesPerEU * getEUsPerCU(); in getOccupancyWithWorkGroupSizes() local
100 divideCeil(WaveSlotsPerCU, MinWGsPerCU + 1) * MinWGsPerCU; in getOccupancyWithWorkGroupSizes()
118 unsigned LeftoverSlots = WaveSlotsPerCU - MaxWGsPerCU * MinWavesPerWG; in getOccupancyWithWorkGroupSizes()