gpu-compute: remove recvToken from GM pipe exec
authorMatthew Poremba <matthew.poremba@amd.com>
Thu, 14 Jun 2018 22:12:28 +0000 (15:12 -0700)
committerAnthony Gutierrez <anthony.gutierrez@amd.com>
Fri, 19 Jun 2020 20:35:11 +0000 (20:35 +0000)
commiteb9efdaa442ce01728477b09ac4f1154b66ba373
treefd099b985bc7e8e4c141d07330b1492ff5a69f77
parentb811d3a34213787bef2758c7253e42d6b6c55f24
gpu-compute: remove recvToken from GM pipe exec

Tokens were previously acquired in GM pipe exec but has been moved to
acqCoalescerToken. This removes the extraneous code which was acquiring
tokens twice, causing them to be depleted and triggering an assertion.

Change-Id: Ic92de8f06cc85828b29c69790bdadde057ef1777
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/29916
Reviewed-by: Anthony Gutierrez <anthony.gutierrez@amd.com>
Reviewed-by: Matthew Poremba <matthew.poremba@amd.com>
Maintainer: Anthony Gutierrez <anthony.gutierrez@amd.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/gpu-compute/global_memory_pipeline.cc