[mq]: jkalamat/wfSizeParam.patch
Review Request #3273 - Created Jan. 13, 2016 and updated - Latest diff uploaded
| Information | |
|---|---|
| John Kalamatianos | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11342:3a8eb18b522f
---------------------------
gpu: parametrize Wavefront size
Eliminate VSZ constant that defined the Wavefront size in numbers of work
items. Replaced it with a parameter in the GPU.py configuration script.
Changed all data structures dependent on the Wavefront size to be
dynamically sized.
Legal values of Wavefront size are 16, 32, 64 for now and checked at
initialization time.Updated the patch so that it builds with latest version of Gem5.
