Searched refs:getMaxWorkGroupsPerCU (Results 1 – 4 of 4) sorted by relevance
210 virtual unsigned getMaxWorkGroupsPerCU(unsigned FlatWorkGroupSize) const = 0;962 unsigned getMaxWorkGroupsPerCU(unsigned FlatWorkGroupSize) const override { in getMaxWorkGroupsPerCU() function963 return AMDGPU::IsaInfo::getMaxWorkGroupsPerCU(this, FlatWorkGroupSize); in getMaxWorkGroupsPerCU()1100 unsigned getMaxWorkGroupsPerCU(unsigned FlatWorkGroupSize) const override { in getMaxWorkGroupsPerCU() function1101 return AMDGPU::IsaInfo::getMaxWorkGroupsPerCU(this, FlatWorkGroupSize); in getMaxWorkGroupsPerCU()
234 unsigned WorkGroupsPerCu = getMaxWorkGroupsPerCU(WorkGroupSize); in getMaxLocalMemSizeWithWaveCount()242 unsigned WorkGroupsPerCu = getMaxWorkGroupsPerCU(WorkGroupSize); in getOccupancyWithLocalMemSize()
79 unsigned getMaxWorkGroupsPerCU(const MCSubtargetInfo *STI,
231 unsigned getMaxWorkGroupsPerCU(const MCSubtargetInfo *STI, in getMaxWorkGroupsPerCU() function