Graph optimization not exist in GPU?

with tvm.transform.PassContext(opt_level=3):
    lib =relay.build_module.build(mod, target=target, params=params)

The Relay build process eventually calls the graph optimization pipeline.