In keeping my fork updated, the latest from master is giving me a stack overflow in the
autotvm.task.extract_from_program
I believe it came from this checkin but not 100%:
I’m more than happy to debug and give more info, I just need to a hint of where to start putting the breakpoints
execution path.
[13:07:43] C:\Jenkins\workspace\mxnet-tag\mxnet\src\nnvm\legacy_json_util.cc:209: Loading symbol saved by previous version v1.0.0. Attempting to upgrade...
[13:07:43] C:\Jenkins\workspace\mxnet-tag\mxnet\src\nnvm\legacy_json_util.cc:217: Symbol successfully upgraded!
extract_from_program
Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Users\jeremiah.morrill\AppData\Local\Programs\Python\Python37\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "C:\Users\jeremiah.morrill\AppData\Local\Programs\Python\Python37\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "C:\src\mediatubes\ml\tensortubes\src\third_party\tvm\.site-packages\python\tvm\autotvm\task\relay_integration.py", line 54, in _lower
compiler.lower(mod, target=target)
File "C:\src\mediatubes\ml\tensortubes\src\third_party\tvm\.site-packages\python\tvm\relay\backend\vm.py", line 455, in lower
self._lower(mod, target, target_host)
File "C:\src\mediatubes\ml\tensortubes\src\third_party\tvm\.site-packages\python\tvm\_ffi\_ctypes\function.py", line 206, in __call__
ctypes.byref(ret_val), ctypes.byref(ret_tcode)) != 0:
OSError: exception: stack overflow