cornell-zhang/hcl-dialect

[Binding] Remove EXTRACT_FUNCTION

Closed this issue · 0 comments

Current implementation of host-xcel data placement requires setting a flag of EXTRACT_FUNCTION to be true and call the HostXcelSeparation pass to finish the data streaming, which is very ad-hoc and not easy for users to use. As we have the .outline() primitive as mentioned in #85 , we can now do the host-xcel data placement fully in Python, and the EXTRACT_FUNCTION flag can be removed.