gpu-compute: Fixed a bug in global memory pipeline
Review Request #3470 - Created May 18, 2016 and updated - Latest diff uploaded
| Information | |
|---|---|
| Tuan Ta | |
| gem5 | |
| Reviewers | |
| Default | |
gpu-compute: Global memory pipeline should not increment inflightStores counter for memory fence instruction. Deadlock could happen when there are many fence instructions executed by a compute unit because inflightStores will eventually go over gmQueueSize.
