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

/gem5/src/gpu-compute/
H A Dvector_register_file.cc51 manager(new SimplePoolManager(p->min_alloc, p->num_regs_per_simd)),
58 fatal_if(numRegsPerSimd % p->min_alloc, "Min VGPR region allocation is not "
H A DGPU.py63 min_alloc = Param.Int(4, 'min number of VGPRs allocated per WF') variable in class:VectorRegisterFile

Completed in 10 milliseconds