Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp317 AMDGPUSubtarget::getMaxLocalMemSizeWithWaveCount(unsigned NWaves, in getMaxLocalMemSizeWithWaveCount() argument
325 std::max(1u, (NWaves * getEUsPerCU()) / WavesPerWorkgroup); in getMaxLocalMemSizeWithWaveCount()