Auto-tuning stops on Windowws

Good day, I’m running auto-tuning on Windows according to the guide: https://tvm.apache.org/docs/tutorials/autotvm/tune_relay_cuda.html

However, the execution is breaking without logging any errors after:

tasks = autotvm.task.extract_from_program( mod["main"], target=target, params=params, ops=(relay.op.get("nn.conv2d"),))

By debugging it line by line I figured out that it breaks somewhere after “_lower” function from relay_integration.py.

Can you help me to solve this issue or guide where to look for. Thanks in advance