Skip to content

Commit

Permalink
missing declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
mysoreanoop committed Nov 27, 2023
1 parent db0d2fa commit adc3ace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/ruby/GPU_VIPER.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ def define_options(parser):
"--no-tcc-resource-stalls", action="store_false", default=True
)
parser.add_argument("--use-L3-on-WT", action="store_true", default=False)
parser.add_argument("--no-WB-clean-victims", action="store_true", default=False)
parser.add_argument("--num-tbes", type=int, default=256)
parser.add_argument("--l2-latency", type=int, default=50) # load to use
parser.add_argument(
Expand Down

0 comments on commit adc3ace

Please sign in to comment.