TOPI is the TVM operator inventary that supports collections of tensor expression operators.
It was designed to sit on top of the tvm.te
layer and the separate package makes sense when tvm started with mainly a te focused project.
Given the move towards the unified infra design, we already starts to introduce dependencies of TOPI from tvm.relay
, such dependency.
As a result, this RFC proposes to migrate TOPI into the tvm main package as a subnamespace. The migration will also simplify the packagin of tvm, to only require installation of a single python package.
Please share your thoughts