gpu-compute: Adding context serialization methods to Wavefront
Review Request #3535 - Created June 29, 2016 and submitted
| Information | |
|---|---|
| Tony Gutierrez | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11556:9e4c3b188fc5 --------------------------- gpu-compute: Adding context serialization methods to Wavefront This patch adds methods to serialize the context of a particular wavefront to the simulated system memory. Context serialization is used when a wavefront is preempeted (i.e. context switch).
Posted (June 30, 2016, 12:17 a.m.)
-
src/gpu-compute/wavefront.hh (Diff revision 1) -
Surely one of these should be const
-
src/gpu-compute/wavefront.cc (Diff revision 1) -
Not too many bonus points for comments here...that's for sure.
-
src/gpu-compute/wavefront.cc (Diff revision 1) -
Why the custom format? Why not stick to gem5's established methods for serializing and deserializing scalars and containers?
Review request changed
Updated (July 8, 2016, 3:14 p.m.)
Summary: |
|
|||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description: |
|
|||||||||||||||||||||||||||||||||
Diff: |
Revision 2 (+146) |
Ship It!
