Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp32 unsigned MaxInvocationsPerWave = SIMDPerCU * ST.getWavefrontSize(); in getMaxWaveCountPerSIMD() local
33 return alignTo(MFI.getMaximumWorkGroupSize(MF), MaxInvocationsPerWave) / in getMaxWaveCountPerSIMD()
34 MaxInvocationsPerWave; in getMaxWaveCountPerSIMD()