Searched refs:MaxOccupancy (Results 1 – 3 of 3) sorted by relevance
92 unsigned MaxOccupancy) const { in less()95 const auto SGPROcc = std::min(MaxOccupancy, in less()98 std::min(MaxOccupancy, in less()100 const auto OtherSGPROcc = std::min(MaxOccupancy, in less()103 std::min(MaxOccupancy, in less()
1356 unsigned MaxOccupancy = in hasSufficientLocalMem() local1373 MaxOccupancy = std::min(OccupancyHint, MaxOccupancy); in hasSufficientLocalMem()1377 ST.getMaxLocalMemSizeWithWaveCount(MaxOccupancy, F); in hasSufficientLocalMem()1388 << " with a maximum occupancy of " << MaxOccupancy << '\n' in hasSufficientLocalMem()
90 unsigned MaxOccupancy = std::numeric_limits<unsigned>::max()) const;