summaryrefslogtreecommitdiff
path: root/tests/configs/gpu-randomtest-ruby.py
diff options
context:
space:
mode:
authorBrad Beckmann <Brad.Beckmann@amd.com>2016-01-22 10:42:12 -0500
committerBrad Beckmann <Brad.Beckmann@amd.com>2016-01-22 10:42:12 -0500
commit97a5e5b25e149176dfdcee4af4ff41644d694449 (patch)
treedf904550d1d6dd97478dea3057f31d2eb2f12852 /tests/configs/gpu-randomtest-ruby.py
parent698866d46197ad062384894f1927f99f26b03f3b (diff)
downloadgem5-97a5e5b25e149176dfdcee4af4ff41644d694449.tar.xz
ruby: changed all references to numCPs to num-cp
Diffstat (limited to 'tests/configs/gpu-randomtest-ruby.py')
-rw-r--r--tests/configs/gpu-randomtest-ruby.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/gpu-randomtest-ruby.py b/tests/configs/gpu-randomtest-ruby.py
index 92e300394..92810fd64 100644
--- a/tests/configs/gpu-randomtest-ruby.py
+++ b/tests/configs/gpu-randomtest-ruby.py
@@ -56,7 +56,7 @@ Options.addCommonOptions(parser)
# add the gpu specific options expected by the the gpu and gpu_RfO
parser.add_option("-u", "--num-compute-units", type="int", default=8,
help="number of compute units in the GPU")
-parser.add_option("--numCPs", type="int", default=0,
+parser.add_option("--num-cp", type="int", default=0,
help="Number of GPU Command Processors (CP)")
parser.add_option("--simds-per-cu", type="int", default=4, help="SIMD units" \
"per CU")