You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Avoid reconstructing HalideComponents from TC lang
TcExecutor creates and holds an instance of HalideComponents in
constructor. At the same time, in "compile" call, it passes unparsed TC
string to makeScop. The latter creates a new instance of
HalideComponents internally, which leads to inference warnings being
emitted twice. Use makeScop overload that takes HalideComponents
instead to avoid double parsing and analysis.
0 commit comments