diff options
Diffstat (limited to 'src/gpu-compute/GPU.py')
-rw-r--r-- | src/gpu-compute/GPU.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu-compute/GPU.py b/src/gpu-compute/GPU.py index b672f616c..0cb9e76a4 100644 --- a/src/gpu-compute/GPU.py +++ b/src/gpu-compute/GPU.py @@ -135,6 +135,8 @@ class ComputeUnit(MemObject): vector_register_file = VectorParam.VectorRegisterFile("Vector register "\ "file") + out_of_order_data_delivery = Param.Bool(False, "enable OoO data delivery" + " in the GM pipeline") class Shader(ClockedObject): type = 'Shader' |