Searched defs:unitId (Results 1 - 3 of 3) sorted by relevance

/gem5/src/gpu-compute/
H A Dexec_stage.cc66 ExecStage::collectStatistics(enum STAT_STATUS stage, int unitId) { argument
[all...]
H A Dscoreboard_check_stage.cc97 collectStatistics(Wavefront *curWave, int unitId) argument
[all...]
H A Dcompute_unit.hh266 bool isVecAlu(int unitId) { return unitId >= SIMD0 && unitId <= SIMD3; } argument
267 bool isGlbMem(int unitId) { return unitId == GLBMEM_PIPE; } argument
268 bool isShrMem(int unitId) { return unitId == LDSMEM_PIPE; } argument

Completed in 13 milliseconds