I am trying to build microTVM on Windows. I have set below flags in build:
cmake -A x64 -Thost=x64 .. -DUSE_CMSISNN=ON -DUSE_MICRO=ON -DUSE_LLVM="path/to/llvm-config"
Note: LLVM is already built on windows.
After this the build is successful (cmake --build build --config Release – /m)
Next I opened the solution ‘tvm.sln’ and build the libraries tvm.dll and tvm_runtime.dll successfully.
But when I try to execute the microTVM apllication, I get below error:
ModuleNotFoundError: No module named ‘fcntl’
The module fcntl is available only in ubuntu. Can you please let me know how to proceed in Windows.
MicroTVM example I am trying to execute: microTVM Host-Driven AoT — tvm 0.10.0 documentation
Hi @vijaykad I am encounter the same issue , had you fixed that? If yes , can you please elaborat how did you do that? Thanks, Ebraheem