gpu-compute: Remove WFContext
Review Request #3529 - Created June 29, 2016 and submitted
| Information | |
|---|---|
| Tony Gutierrez | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11550:62c948faae43
---------------------------
gpu-compute: Remove WFContext
WFContext struct is currently unused and it has been rendered not useful in
saving and restoring the context of a Wavefront. Wavefront class should be
sufficient for that purpose and the runtime can figure out the memory size
it will need to allocate for a Wavefront through an IOCTL.
Posted (Aug. 15, 2016, 1:23 p.m.)
Any comments before we ship this?
Review request changed
Updated (Aug. 15, 2016, 1:28 p.m.)
Summary: |
|
||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description: |
|
The quantity of comments in the code is not great...but other than that it seems fine.
