configs: Fix missing param exchange for GPUFS (#457)
PR #367 adds an option to configs/ruby/GPU_VIPER.py that was not added to the corresponding dGPU equal for GPUFS and thus all GPUFS runs are failing. Fixed in this patch.
This commit is contained in:
@@ -619,6 +619,7 @@ def construct_gpudirs(options, system, ruby_system, network):
|
||||
dir_cntrl.create(options, [addr_range], ruby_system, system)
|
||||
dir_cntrl.number_of_TBEs = options.num_tbes
|
||||
dir_cntrl.useL3OnWT = False
|
||||
dir_cntrl.L2isWB = options.WB_L2
|
||||
|
||||
# Connect the Directory controller to the ruby network
|
||||
dir_cntrl.requestFromCores = MessageBuffer(ordered=True)
|
||||
|
||||
Reference in New Issue
Block a user