gpu-compute: Changing reconvergenceStack type
authorAlexandru Dutu <alexandru.dutu@amd.com>
Fri, 16 Sep 2016 16:29:01 +0000 (12:29 -0400)
committerAlexandru Dutu <alexandru.dutu@amd.com>
Fri, 16 Sep 2016 16:29:01 +0000 (12:29 -0400)
commit791837645002679eb3f7f71469d151c10c533d5c
treea439673ec08094ef232631307d3edba5f20c8673
parentd5c8c5d3db1954ff4e33dade0812fed7b60a9269
gpu-compute: Changing reconvergenceStack type
std::stack has no iterators, therefore the reconvergence stack can't be
iterated without poping elements off. We will be using std::list instead to be
able to iterate for saving and restoring purposes.
src/gpu-compute/wavefront.cc
src/gpu-compute/wavefront.hh