I am trying to run TVM on Windows with CUDA enabled. I have gotten it to build successfully. When running a simple model, however, codegen fails with the following error:
RuntimeError: Compilation error:
Microsoft (R) C/C++ Optimizing Compiler Version 19.10.24610 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
tmpxft_00114ecc_00000000-1.cpp
nvcc fatal : Host compiler targets unsupported OS.
I have a Tesla M4, driver version 425.25, and CUDA 10.1. I am using Visual Studio 2017. The CMake files are generated with the following string:
cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_BUILD_TYPE=Release - DCMAKE_CONFIGURATION_TYPES="Release" ..
Would anyone be able to provide some guidance?