configs: Add parameter for GPU scalar cache mandatory queue size
authorKyle Roarty <kyleroarty1716@gmail.com>
Thu, 13 Aug 2020 22:09:45 +0000 (17:09 -0500)
committerKyle Roarty <kyleroarty1716@gmail.com>
Sun, 30 Aug 2020 01:02:16 +0000 (01:02 +0000)
commite111ccaf7000d2aa567c85041cb1cadfe7572d74
tree2a0c5d63da4159489c7701e7b2d56a71ec2765ad
parent6276d4ea6c5e7fd62aea28f882dd493415492789
configs: Add parameter for GPU scalar cache mandatory queue size

There was a missing option (--buffers-size) used to set the mandatory
queue size for the scalar controllers. This patch renames the option to
be more clear, and adds it to the argument parser.

Default of 128 taken from the implementation on the GCN staging branch

Change-Id: I58b6b57be07498cdf6e39c0bb85982674ec4caa6
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/32676
Reviewed-by: Matt Sinclair <mattdsinclair@gmail.com>
Maintainer: Anthony Gutierrez <anthony.gutierrez@amd.com>
Tested-by: kokoro <noreply+kokoro@google.com>
configs/ruby/GPU_VIPER.py