Searched refs:LdsChunk (Results 1 - 5 of 5) sorted by relevance

/gem5/src/gpu-compute/
H A Dlds_state.hh59 class LdsChunk class
62 LdsChunk(const uint32_t x_size): function in class:LdsChunk
67 LdsChunk() {} function in class:LdsChunk
222 std::unordered_map<uint32_t, LdsChunk>> chunkMap;
357 LdsChunk *
373 chunkMap[dispatchId].emplace(wgId, LdsChunk(size));
H A Dqstruct.hh47 class LdsChunk;
H A Dwavefront.hh260 LdsChunk *ldsChunk;
H A Dcompute_unit.hh260 void startWavefront(Wavefront *w, int waveId, LdsChunk *ldsChunk,
H A Dcompute_unit.cc228 ComputeUnit::startWavefront(Wavefront *w, int waveId, LdsChunk *ldsChunk,
317 LdsChunk *ldsChunk = lds.reserveSpace(ndr->dispatchId, ndr->globalWgId,

Completed in 18 milliseconds