-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Description
Hi, I have recompiled tvm following the latest update, and I am getting a new error in get_started.py
Traceback (most recent call last):
File "get_started.py", line 184, in
cc.create_shared(temp.relpath("myadd.so"), [temp.relpath("myadd.o")])
File "C:\Users\b8\Anaconda3\lib\site-packages\tvm-0.1.0-py3.5-win-amd64.egg\tv
m\contrib\cc.py", line 34, in create_shared
_windows_shared(output, objects, options)
File "C:\Users\b8\Anaconda3\lib\site-packages\tvm-0.1.0-py3.5-win-amd64.egg\tv
m\contrib\cc.py", line 84, in _windows_shared
cl_cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
File "C:\Users\b8\Anaconda3\lib\subprocess.py", line 676, in init
restore_signals, start_new_session)
File "C:\Users\b8\Anaconda3\lib\subprocess.py", line 957, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified