dmlc / HalideIR

Symbolic Expression and Statement Module for new DSLs
Other
205 stars 59 forks source link

Simplify to const value variables that are single point #50

Closed derisavi closed 5 years ago

derisavi commented 5 years ago

This is a simple fix. @tqchen can you please review? This fixes #51.

tqchen commented 5 years ago

Given https://github.com/dmlc/tvm/issues/2588, let us try to solve this problem in the context of the new unified analyzer

derisavi commented 5 years ago

I haven't followed the new analayzer very closely. Is it enabled now? If not, do you have an idea when you will enable it?

tqchen commented 5 years ago

It is not enabled yet by default, but I hope we can do soon(in a few weeks)

tqchen commented 5 years ago

Given dmlc/tvm#2588 is now migrated