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

/gem5/src/gpu-compute/
H A Dfetch_stage.cc42 FetchStage::FetchStage(const ComputeUnitParams* p) : numSIMDs(p->num_SIMDs),
H A Dexec_stage.cc42 ExecStage::ExecStage(const ComputeUnitParams *p) : numSIMDs(p->num_SIMDs),
H A Dschedule_stage.cc46 : numSIMDs(p->num_SIMDs),
H A Dscoreboard_check_stage.cc47 : numSIMDs(p->num_SIMDs),
H A DGPU.py70 simdId = Param.Int('SIMD id (0-ComputeUnit.num_SIMDs)')
81 num_SIMDs = Param.Int(4, 'number of SIMD units per CU') variable in class:ComputeUnit
H A Dcompute_unit.cc64 cu_id(p->cu_id), vrf(p->vector_register_file), numSIMDs(p->num_SIMDs),
/gem5/tests/configs/
H A Dgpu-ruby.py202 num_SIMDs = options.simds_per_cu, variable
/gem5/configs/example/
H A Dapu_se.py231 num_SIMDs = options.simds_per_cu, variable

Completed in 18 milliseconds