-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Description
Because HalideIR now can be fully mapped to Hybrid Script and vice versa, I want to support IR dump to Hybrid Script so that users can play with IR body directly.
Which one do you guys prefer?
mode=tvm.build(sch, args, target='hybrid'); mode.save('a.py')tvm.hybrid.emit(stmt, file_name)
I personally like the 2nd one better. I do not want touch too much build module thing. I want to make it as standalone as possible.
junrushao, vinx13 and kevinthesunjunrushao
Metadata
Metadata
Assignees
Labels
No labels