Searched hist:8263 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/ruby/network/
H A DBasicLink.py8263:8743998edfd3 Thu Apr 28 20:18:00 EDT 2011 Brad Beckmann <Brad.Beckmann@amd.com> network: set the ExtLink bw to 16 bytes

Therefore all links by default are 16 bytes wide and thus work with Garnet's
uniform link bandwidth assumption.
/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc11472:8263ac8f99d9 Fri May 06 16:44:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: fix uninitialized member bug in GPUDynInst

the n_reg field in the GPUDynInst is not currently set in the constructor.
if it is not set externally, there are assertion failures that may occur
if the random value it gets is just right. here we set it to 0 by default.

Completed in 11 milliseconds