Install error TVM on Windows

HI all !

I’m trying to install tvm on my Windows10 computer but I’m unsuccessful untill now.

I have made all steps from the “Building on Windows” on [https://docs.tvm.ai/install/from_source.html ]. Namely:

  1. Installed Visual Studio Community 2019.
  2. Cloned the tvm source from github
  3. Have made the “build” directory, copied “config.cmake”, launched “cmake -G” Visual Studio 16 2019 “-DCMAKE_BUILD_TYPE = Release -DCMAKE_CONFIGURATION_TYPES =” Release “…” 4 I launched “tvm.sln” under Visual Studio.

When I try to make the build, I have got errors that say impossible to open the file “dmlc/logging.h”

Can you tell me that I’m missing ?

Did you use git --recursive when you clone the project?

No, I just copied flies in a zip folder. I restart with git --recursive it worked. Thanks a lot