mlc-ai / relax

Apache License 2.0
140 stars 70 forks source link

[Bugfix] Work around "Internal Compiler Error" in MSVC #271

Closed junrushao closed 12 months ago

junrushao commented 12 months ago

This PR found a workaround that prevents the nigthly windows pypi package of TVM Unity to be released. Basically it splits out a deeply nested method into several smaller ones so that MSVC's internal handling is supposed to be slightly simpler and less error prone.