Searched refs:OccupancyHint (Results 1 – 1 of 1) sorted by relevance
1364 unsigned OccupancyHint = ST.getWavesPerEU(F).second; in hasSufficientLocalMem() local1365 if (OccupancyHint == 0) in hasSufficientLocalMem()1366 OccupancyHint = 7; in hasSufficientLocalMem()1369 OccupancyHint = std::min(OccupancyHint, ST.getMaxWavesPerEU()); in hasSufficientLocalMem()1373 MaxOccupancy = std::min(OccupancyHint, MaxOccupancy); in hasSufficientLocalMem()