Compiling 32 bit (x86) version of LibTorch for windows 64

Hi,
I have downloaded the compiled version of LibTorch 1.0 and saw that all DLLs are compiled for 64bit application.
I have a 32bit application which I want to link to LibTorch so I need 32bit version DLLs.

Is there a way to download\compile it?

Thanks!

1 Like

Sorry. It is not possible because pytorch is only ready for x64.

1 Like

Do you know how to get the 32bit version DLLs,or whether pytorch supports 32bit in the future?

Please refer to this PR. https://github.com/pytorch/pytorch/pull/17865

1 Like