Error installing torch_tvm: JIT
Pre-installation, I have installed llvm and cmake both of which seem to be working fine.
Whilst attempting to install torch_tvm the error we keep getting is the following: please note that I am trying to install torch_tvm with building pythorch 1.0.0 from source

I believe you'll need to use a newer version of PyTorch (we've been keeping this repo up to date with master)
I believe you'll need to use a newer version of PyTorch (we've been keeping this repo up to date with master)
@bwasti I've tried already building Pytorch 1.2, then I've tried 1.1 down & 1.0, all failing at similar step shown in the picture shown
I am attaching the complete log while trying installation of tvm_torch using both pytorch 1.0 and pytorch 1.3 setup_fail_torch_13.log refers to the log of installing tvm_torch using pytorch 1.3 setup_fail.log refers to the log of installing tvm_torch using pytorch 1.0 setup_fail.log setup_fail_torch_13.log
I believe using a newer version of gcc or clang will help here -- but I'm looking into a fix for compatibility with older compilers
I believe using a newer version of gcc or clang will help here -- but I'm looking into a fix for compatibility with older compilers
I've tried installing tvm_torch with gcc7.4, got the following error setup_fail_74.log