TVM
TVM is a kind code generation and testing tools target at specific architecture. It improves the efficiency of code optimization on CNN tasks on various platforms.
This blog records my reading of the source code and tracking of the execution (and even modification) of TVM.
TVM provides operator description / scheduler (blocking and partition) interface. Following the tensor_expr_get_started.ipynb
for an example.