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

/gem5/src/gpu-compute/
H A Dwavefront.hh11641:a9f0711e7230 Fri Sep 16 00:29:00 EDT 2016 Alexandru Dutu <alexandru.dutu@amd.com> 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.
H A Dwavefront.cc11641:a9f0711e7230 Fri Sep 16 00:29:00 EDT 2016 Alexandru Dutu <alexandru.dutu@amd.com> 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.

Completed in 7 milliseconds