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

/gem5/src/gpu-compute/
H A Dlds_state.hh464 releaseSpace(const uint32_t x_dispatchId, const uint32_t x_wgId) argument
466 auto dispatchIter = chunkMap.find(x_dispatchId);
469 fatal("dispatch id not found [%d]", x_dispatchId);
474 x_wgId, x_dispatchId);
478 fatal_if(bytesAllocated < chunkMap[x_dispatchId][x_wgId].size(),
481 bytesAllocated -= chunkMap[x_dispatchId][x_wgId].size();
482 chunkMap[x_dispatchId].erase(chunkMap[x_dispatchId].find(x_wgId));

Completed in 5 milliseconds