Does TVM support linux 32bit and Win32

Due to the requirement, our product needs to run on win32. Can TVM support win32 well or is there any risk?

ps: on linux 64bit, we can get a good result using TVM to deploy.

Thanks a lot!

@yidawang

the project is 32 bit compatible, there is i386 tests in the ci

Specifically, since you are interested in i386 as a target, you could try to setup an RPC server on a i386 linux, autotune on that, and deploy to x86 win32 target using MSVC using the same tuning log.

Alternatively, you could try to setup an RPC server on windows, which I haven’t tried before, but you can see TVM on Windows - Tips(?) and Feedback for more discussions