Searched refs:MaxWorkGroupsPerCu (Results 1 – 1 of 1) sorted by relevance
367 const unsigned MaxWorkGroupsPerCu = getMaxWorkGroupsPerCU(MaxWorkGroupSize); in getOccupancyWithLocalMemSize() local368 if (!MaxWorkGroupsPerCu) in getOccupancyWithLocalMemSize()383 NumGroups = std::min(MaxWorkGroupsPerCu, NumGroups); in getOccupancyWithLocalMemSize()