Kyle Roarty has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/32676 )

Change subject: configs: Add missing --buffers-size option to GPU_VIPER.py
......................................................................

configs: Add missing --buffers-size option to GPU_VIPER.py

Default value of 128 and help message taken from the implementation on
the GCN staging branch

Change-Id: I58b6b57be07498cdf6e39c0bb85982674ec4caa6
---
M configs/ruby/GPU_VIPER.py
1 file changed, 2 insertions(+), 0 deletions(-)



diff --git a/configs/ruby/GPU_VIPER.py b/configs/ruby/GPU_VIPER.py
index 50ccd2b..b87928d 100644
--- a/configs/ruby/GPU_VIPER.py
+++ b/configs/ruby/GPU_VIPER.py
@@ -399,6 +399,8 @@

     parser.add_option("--noL1", action = "store_true", default = False,
                       help = "bypassL1")
+    parser.add_options("--buffers-size", type = 'int', default = 128,
+                       help="Size of MessageBuffers at the controller")

 def create_system(options, full_system, system, dma_devices, bootmem,
                   ruby_system):

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/32676
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I58b6b57be07498cdf6e39c0bb85982674ec4caa6
Gerrit-Change-Number: 32676
Gerrit-PatchSet: 1
Gerrit-Owner: Kyle Roarty <kyleroarty1...@gmail.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to