I’m using MSVC 2015 to compile tvm, bu got below error info: tvm\src\runtime\container.cc(196): fatal error C1001: INTERNAL COMPILER ERROR
How could I solve it?
I’m using MSVC 2015 to compile tvm, bu got below error info: tvm\src\runtime\container.cc(196): fatal error C1001: INTERNAL COMPILER ERROR
How could I solve it?
Need to submit a bug vs MSVC2015
Alternative solution - try to figure out which construction causes the issue and change TVM code to avoid compiler bug if it is possible. Or switch to VS2019.