Skip to content

[WINDOWS] Error in cc.create_shared following update #531 #555

@cudawarped

Description

@cudawarped

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions