TVM's parameter question

Please look at the picture above.There is no change in the ouput when I try to turn the “simple_mode” 's value to “False”.

I’m appriciate that you can tell me why this happend.

If it is True, then the pass LoopPartition is skipped: https://github.com/apache/tvm/blob/main/python/tvm/driver/build_module.py#L180

Thanks for your answer, I understand it now!